refresh
This commit is contained in:
@@ -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/'
|
||||
|
Reference in New Issue
Block a user