docs: record V21 UI validation status
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled

This commit is contained in:
Xiaoxia AI
2026-06-24 19:26:58 +08:00
parent 7e0047cca6
commit 1d9bfab296
2 changed files with 17 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
$env:PYTHONPATH = "F:\openclaw-saas"
$env:DATABASE_URL = "postgresql://xiaoxia:xiaoxia2026@47.98.113.167:5432/xiaoxia_saas"
$env:REDIS_URL = "redis://47.98.113.167:6379/0"
$env:CELERY_BROKER_URL = "redis://47.98.113.167:6379/1"
$env:CELERY_RESULT_BACKEND = "redis://47.98.113.167:6379/2"
$env:JWT_SECRET_KEY = "xiaoxia-dev-secret-key-please-change-in-production-min-32-chars-long"
$env:CORS_ORIGINS_RAW = "http://localhost:3000,http://localhost:5173,http://localhost:8000"
Set-Location "F:\openclaw-saas\apps\api"
python main.py