image-rec / app /config.py
Zul Ikram Musaddik Rayat
Added url sanitization and encoding
645110b
raw
history blame contribute delete
135 Bytes
import os
IS_PROD = os.getenv("IS_PROD", False)
CRAMP = 10
ALPHA = 0.4
ORIGINS = [
*os.getenv("CORS_ORIGINS", "").split(","),
]