diff --git a/src/backend/meet/settings.py b/src/backend/meet/settings.py index 6ca858c2..9fe098cd 100755 --- a/src/backend/meet/settings.py +++ b/src/backend/meet/settings.py @@ -802,6 +802,14 @@ class Staging(Production): """ +class Sandbox(Production): + """ + Sandbox environment settings + + nota bene: it should inherit from the Production environment. + """ + + class PreProduction(Production): """ Pre-production environment settings