-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs: clarify feature flags config #71
base: main
Are you sure you want to change the base?
Conversation
or as .yml: | ||
``` | ||
features: | ||
export-api: | ||
enabled: true | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this correct (and correctly spelled), @tomwwinter ?
I have seen this format somewhere but only found the .env format in production use. So this is just an assumption ...
|
||
## Configuration through environment variables | ||
Environment variables can be defined in an .env file using "snake case" variable names (see [examples/application.env](/docs/examples/application.env)). | ||
These are transformed automatically to be available in the code as nested properties |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please confirm and/or elaborate, @tomwwinter .
The system and connections are not clear to me yet, that is why I want to add documentation for myself and other developers here
No description provided.