This commit is contained in:
2024-02-17 13:31:05 +03:00
parent 899cb05c1b
commit ab1e426a17
4 changed files with 27 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
from os import environ
PORT = 80
PORT = 8000
REDIS_URL = environ.get('REDIS_URL') or 'redis://127.0.0.1'
API_BASE = environ.get('API_BASE') or 'https://core.discours.io/'
AUTH_URL = environ.get('AUTH_URL') or 'https://auth.discours.io/'