colaborative tích hợp redis để đồng bộ toàn bộ annotation

This commit is contained in:
2026-04-01 18:29:56 +07:00
parent 9335e56322
commit 8546d41a26
9 changed files with 372 additions and 26 deletions
+1
View File
@@ -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" \