import os IS_PROD = os.getenv("IS_PROD", False) CRAMP = 10 ALPHA = 0.4 ORIGINS = [ *os.getenv("CORS_ORIGINS", "").split(","), ]