General refactor

This commit is contained in:
2025-06-09 08:53:29 +02:00
parent e9296b44be
commit 9081853a6f
15 changed files with 43 additions and 72 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
module.exports = {
prefix: "map",
extension: "csv",
steps: 10,
max_rpm: 6500,
max_throttle: 1,
selected_map_path: "app/storage/selected"
map_storage_path: "/app/storage"
}