-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
Environment variable parsing not supported #58
Comments
Actually I have the same issue without using ENV variables, even using the examples |
The way you would do this is by using standard template variables in the ini.file and then pass the environment variable over:
and then you can use:
I'm going to keep the issue open to consider introducing something like |
I tried that, but couldn't get it to work. |
@phrfpeixoto Do you have the config and command you ran so I can see it? and what shell you use (bash, zsh, fish, etc) |
I'm putting a PR together to illustrate it. |
Please make allowance for environment variables to be parsed...
this is very useful information, but the pyramid application fails to start due to the fact that as @phrfpeixoto pointed out, |
I want to use an environment variable as my
BROKER_URL
in a.ini
file but it isn't parsed correctly. When I try to do[celery]
BROKER_URL = ${REDIS_URL}
I get the following error
The text was updated successfully, but these errors were encountered: