This commit is contained in:
parent
ba193c2aae
commit
601330246d
|
@ -3,8 +3,8 @@ from os import environ
|
|||
|
||||
PORT = 8000
|
||||
REDIS_URL = environ.get('REDIS_URL') or 'redis://127.0.0.1'
|
||||
API_BASE = environ.get('API_BASE') or 'http://localhost:8001/'
|
||||
AUTH_URL = environ.get('AUTH_URL') or 'http://localhost:8080/graphql/'
|
||||
API_BASE = environ.get('API_BASE') or 'http://127.0.0.1:8001/'
|
||||
AUTH_URL = environ.get('AUTH_URL') or 'http://127.0.0.1:8080/graphql/'
|
||||
MODE = environ.get('MODE') or 'production'
|
||||
SENTRY_DSN = environ.get('SENTRY_DSN')
|
||||
DEV_SERVER_PID_FILE_NAME = 'dev-server.pid'
|
||||
|
|
Loading…
Reference in New Issue
Block a user