General refactor
This commit is contained in:
@@ -4,7 +4,8 @@ module.exports = {
|
||||
program: "Throttle & Motor Mapping",
|
||||
host: "localhost",
|
||||
protocol: "http",
|
||||
port: 8080,
|
||||
port: 8081,
|
||||
app_url: "/app",
|
||||
username: "admin",
|
||||
password: "password",
|
||||
logger: {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user