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 default value can all be defined in a single place (settings.py default value). The rest can be defined only if it has to be a strict environment variable or a customization is required between different environments. (this is where docker env, dot env, config.env.json) comes in.
The text was updated successfully, but these errors were encountered:
The default configuration for the backend application is defined and replicated in various places:
The default value can all be defined in a single place (settings.py default value). The rest can be defined only if it has to be a strict environment variable or a customization is required between different environments. (this is where docker env, dot env, config.env.json) comes in.
The text was updated successfully, but these errors were encountered: