fix login cors deployment config

This commit is contained in:
chengkml
2026-05-16 15:00:23 +08:00
parent 90ed11c4da
commit 7eb29346c8
3 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ MINIO_CONSOLE_PORT=9001
API_PORT=8000
FLOWER_PORT=5555
NEXT_PUBLIC_API_BASE_URL=https://quiz.example.com/api
NEXT_PUBLIC_API_BASE_URL=https://quiz.example.com
NEXT_PUBLIC_APP_BASE_PATH=/fl
CELERY_LOG_LEVEL=INFO
CELERY_WORKER_CONCURRENCY=4