Replies: 3 comments 4 replies
-
Consideration of the issue led me to the following proposal:
development:
....
production:
....
custom-env:
....
@jondot any other thoughts? |
Beta Was this translation helpful? Give feedback.
-
For my understanding, This request is more like this one at rust-cli/config-rs#408
|
Beta Was this translation helpful? Give feedback.
-
@jurukode i'm not sure about config files being embedded yet, because they are config files -- they are supposed to be changed/tweaked/etc. I believe your pain point is a single "deliverable", which you can get with a docker container. Just to reiterate -- I think embedding is cool, but i'm not sure its what most people would expect. |
Beta Was this translation helpful? Give feedback.
-
Description
In order to provide deployment consistency, we need to include configuration files as part of the application binary, especially during app deployment to avoid unintented changes made from the config file if copied manually.
To Reproduce
Currently we need to copy paste the app binary and config files separately.
Expected Behavior
When building the app, the configuration files will be included as part of the binary. Hence, the user just need to copy the binary to deployment env.
Environment:
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions