Support environment variables for key config items #211
danpowell88
started this conversation in
Ideas
Replies: 1 comment
-
Could you describe how using docker environment variables are easier, I'm having difficultly seeing how setting environment variables per container instance run is easier than setting commandline arguments per run? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It'd be great to have support for loading some of the key config items from env vars to make running under docker easier
The things I'm talking about would be the mode (process/monitor etc), log file, media files and settings file location, possibly also parallel.
Looks like it is possible by setting the defualt value to be loaded by environment vars (although not ideal in the way it integrates with the cmd line api)
dotnet/command-line-api#1191
Beta Was this translation helpful? Give feedback.
All reactions