(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:
lebaudantoine
2025-05-27 14:57:00 +02:00
committed by aleb_the_flash
parent 7a8b50b5f0
commit 980117132f

View File

@@ -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