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 goal is to reduce the number of envs and better manage them. This includes refactoring code that reads envs.
Some examples
* CAC_HOST → SUPERPOSITION_HOST
* ENABLE_TENANT_AND_SCOPE → ENABLE_MULTI_TENANCY
* CONTEXT_AWARE_CONFIG_VERSION → SUPERPOSITION_VERSION
* MJOS_ALLOWED_ORIGINS → ALLOWED_ORIGINS
* (Not sure about what to do with this, DATABASE_URL contains all the info
* DATABASE_URL
* DB_USER
* DB_HOST
* DB_NAME
The text was updated successfully, but these errors were encountered:
The goal is to reduce the number of envs and better manage them. This includes refactoring code that reads envs.
Some examples
* CAC_HOST → SUPERPOSITION_HOST
* ENABLE_TENANT_AND_SCOPE → ENABLE_MULTI_TENANCY
* CONTEXT_AWARE_CONFIG_VERSION → SUPERPOSITION_VERSION
* MJOS_ALLOWED_ORIGINS → ALLOWED_ORIGINS
* (Not sure about what to do with this, DATABASE_URL contains all the info
* DATABASE_URL
* DB_USER
* DB_HOST
* DB_NAME
The text was updated successfully, but these errors were encountered: