chore: clean legacy setup artifacts
This commit is contained in:
@@ -13,7 +13,7 @@ from cryptography.hazmat.primitives.ciphers.aead import AESGCM
|
||||
|
||||
|
||||
BASE = os.getenv("BASE_URL", "http://localhost:8000")
|
||||
ADMIN_EMAIL = os.getenv("EMAIL", "admin@example.com")
|
||||
ADMIN_EMAIL = os.getenv("EMAIL", "admin@huapont.cn")
|
||||
ADMIN_PASSWORD = os.getenv("PASSWORD", "admin123")
|
||||
STUDY_ID = os.getenv("STUDY_ID", "").strip()
|
||||
DATABASE_URL = (os.getenv("DATABASE_URL") or "postgresql://ctms_user:secret_password@db/ctms_db").replace("+asyncpg", "")
|
||||
|
||||
Reference in New Issue
Block a user