Feature request: initialize-config from environment variables #1476
lukasmrtvy
started this conversation in
Feature suggestions
Replies: 1 comment
-
According to https://stackoverflow.com/questions/13948951/update-value-of-key-of-a-yaml-file-in-ruby-on-rails Ruby is capable of updating YAML values so it would only be a minor change to https://github.com/atech/postal/blob/master/script/generate_initial_config.rb to make it so when generating the config file. I don't think it would be a major priority right now but an interesting idea at least. |
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 would be a great for future docker support to generate postal.yml from environmental variables
For example:
Docker run command:
You can even use something like:
to perserve backward functionality
Beta Was this translation helpful? Give feedback.
All reactions