Skip to content
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

[Feature] Support setting changes during runtime #63

Closed
schroda opened this issue Nov 1, 2023 · 0 comments · Fixed by #76
Closed

[Feature] Support setting changes during runtime #63

schroda opened this issue Nov 1, 2023 · 0 comments · Fixed by #76

Comments

@schroda
Copy link
Contributor

schroda commented Nov 1, 2023

Info
It is now possible to change settings during runtime

Problem
Everytime the server gets started, these settings will be overwritten by the environment variables

Solution
Do not overwrite the settings with environment variables.

You probably don't want to use them at all, since they just create maintenance work to keep up with the server setting changes.
The server keeps its server config up-to-date by removing old and adding new settings.
This however will not be reflected in the available env variables unless this repo gets updated as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant