mirror of
https://git.victorphan.net/basketballcantho/ten-project.git
synced 2026-08-05 09:53:10 +07:00
colaborative tích hợp redis để đồng bộ toàn bộ annotation
This commit is contained in:
@@ -66,6 +66,7 @@ start_backend() {
|
||||
JWT_SECRET_KEY="$JWT_SECRET_KEY" \
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES="$ACCESS_TOKEN_EXPIRE_MINUTES" \
|
||||
UPLOAD_DIR="$UPLOAD_DIR" \
|
||||
REDIS_URL="${REDIS_URL:-redis://localhost:6379/0}" \
|
||||
${VENV}uvicorn main:app \
|
||||
--host 0.0.0.0 \
|
||||
--port "$BACKEND_PORT" \
|
||||
|
||||
Reference in New Issue
Block a user