This commit is contained in:
2026-05-09 01:38:24 -06:00
parent 0b01934180
commit 97a9269e2a
3 changed files with 12 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ REDIS_CONF = {
"port": get_env("REDIS_PORT", "6379"),
}
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ["*"]