Feature/fix disable site (#825)

This commit is contained in:
crazywoola
2023-08-13 17:32:23 +08:00
committed by GitHub
parent 8e15ba6cd6
commit 48a303b8e9
4 changed files with 32 additions and 10 deletions

View File

@@ -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