port=80
This commit is contained in:
@@ -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 ""
|
||||
|
Reference in New Issue
Block a user