Feature/fix disable site (#825)
This commit is contained in:
parent
8e15ba6cd6
commit
48a303b8e9
4 changed files with 32 additions and 10 deletions
|
|
@ -9,17 +9,13 @@ SECRET_KEY=
|
|||
|
||||
# Console API base URL
|
||||
CONSOLE_API_URL=http://127.0.0.1:5001
|
||||
|
||||
# Console frontend web base URL
|
||||
CONSOLE_WEB_URL=http://127.0.0.1:3000
|
||||
|
||||
# Service API base URL
|
||||
SERVICE_API_URL=http://127.0.0.1:5001
|
||||
|
||||
# Web APP API base URL
|
||||
# Web APP base URL
|
||||
APP_API_URL=http://127.0.0.1:5001
|
||||
|
||||
# Web APP frontend web base URL
|
||||
APP_WEB_URL=http://127.0.0.1:3000
|
||||
|
||||
# celery configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue