We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, only some configuration items like secret can be configured using environment variables.
secret
Goal: Implementing a general procedure e.g. with a prefix ETURNAL__ to let eturnal evaluate these variables for its configuration items.
ETURNAL__
For complex configuration items like listeners, something like this could be used: ETURNAL__LISTEN_0_PORT=443
ETURNAL__LISTEN_0_PORT=443
The text was updated successfully, but these errors were encountered:
This would be amazing so docker does not rely on the config yaml file.
Sorry, something went wrong.
weiss
No branches or pull requests
Currently, only some configuration items like
secret
can be configured using environment variables.Goal:
Implementing a general procedure e.g. with a prefix
ETURNAL__
to let eturnal evaluate these variables for its configuration items.For complex configuration items like listeners, something like this could be used:
ETURNAL__LISTEN_0_PORT=443
The text was updated successfully, but these errors were encountered: