This commit is contained in:
2023-10-06 05:30:48 +03:00
parent cff2530421
commit b87861345f
4 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
from os import environ
PORT = 8080
PORT = 80
REDIS_URL = environ.get("REDIS_URL") or "redis://127.0.0.1"
API_BASE = environ.get("API_BASE") or ""
AUTH_URL = environ.get("AUTH_URL") or ""