✨(backend) add 'sandbox' configuration class for demo environment
Create dedicated config for sandbox environment used for external demos, bug bounties, and security auditing purposes.
This commit is contained in:
committed by
aleb_the_flash
parent
7a8b50b5f0
commit
980117132f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user