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
Would appreciate if the example config file deploy/app.env.example to contain all the default configs versus going to wiki.
Then we can sed what we need during initial installation/updating, rather than appending to the file.
For instance HTTP_PROXY, ENABLED_PLUGINS, DISABLE_WEBSOCKETS, etc.
HTTP_PROXY
ENABLED_PLUGINS
DISABLE_WEBSOCKETS
The text was updated successfully, but these errors were encountered:
Thank you for your suggestions, which I fully understand.
We, however, decided to move major parts of the app.env settings to the web UI, which makes improving the app.env.example obsolete. See #378
I hope that this would be an even greater improvement than adding the config options to the example configuration.
Sorry, something went wrong.
No branches or pull requests
Would appreciate if the example config file deploy/app.env.example to contain all the default configs versus going to wiki.
Then we can sed what we need during initial installation/updating, rather than appending to the file.
For instance
HTTP_PROXY
,ENABLED_PLUGINS
,DISABLE_WEBSOCKETS
, etc.The text was updated successfully, but these errors were encountered: