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
Add a system for configuration through environment variables, command-line arguments, and the frontend.
Command-line arguments should overwrite environment variables. Everything is stored inside the database with a timestamp as key value pairs and a source from where this value came. This way, changes in the environment or arguments can be detected, and the current value can also be updated.
Variables can be prefixed with important, default, or immutable to change the priority or default values, and they can also be made read-only in the user interface.
The text was updated successfully, but these errors were encountered:
Command-line arguments should overwrite environment variables. Everything is stored inside the database with a timestamp as key value pairs and a source from where this value came. This way, changes in the environment or arguments can be detected, and the current value can also be updated.
Variables can be prefixed with
important
,default
, orimmutable
to change the priority or default values, and they can also be made read-only in the user interface.The text was updated successfully, but these errors were encountered: