You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API was made to change the configuration in real time, without the ability to save, and if you want the settings to be returned after rebooting the service, you need to save the necessary settings, for example, in a database or in another configuration file and use the runOnInit hook to connect them with an external program. We developed an application for ourselves that checks the server, reads the database and adds/removes configuration to/from the server. This is a little inconvenient, but you are free to adjust it to suit yourself.
This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.
Describe the feature
It would be great if the changes made via API to the config would be persisted.
The text was updated successfully, but these errors were encountered: