mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: args as env vars
refactor: use constant for env var prefix
This commit is contained in:
committed by
Joachim Van Herwegen
parent
df2926a52f
commit
a461586921
@@ -65,7 +65,9 @@
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"usage": "node ./bin/server.js [args]"
|
||||
"usage": "node ./bin/server.js [args]",
|
||||
"envVarPrefix": "CSS",
|
||||
"loadFromEnv": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user