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
To continue #23
If you are gonna anything big with the config system, please consider support for ENV it even support a default value.
https://www.geeksforgeeks.org/python-os-getenv-method/
The text was updated successfully, but these errors were encountered:
This would keeping our config file easy to maintain, only have the options we changed
# If HOSTNAME doesn't exist, presume local development and return localhost print(os.environ.get('HOSTNAME', 'localhost')
https://medium.com/dopplerhq/using-environment-variables-in-python-for-app-configuration-and-secrets-50f01ea1fd3d
Sorry, something went wrong.
Fixed it and support for this in my docker image so closing this
No branches or pull requests
To continue #23
If you are gonna anything big with the config system, please consider support for ENV
it even support a default value.
https://www.geeksforgeeks.org/python-os-getenv-method/
The text was updated successfully, but these errors were encountered: