ci: first commit
Lint Backend / lint-backend (push) Waiting to run
Playwright Tests / changes (push) Waiting to run
Playwright Tests / test-playwright (2, 4) (push) Blocked by required conditions
Playwright Tests / test-playwright (3, 4) (push) Blocked by required conditions
Playwright Tests / test-playwright (4, 4) (push) Blocked by required conditions
Playwright Tests / merge-playwright-reports (push) Blocked by required conditions
Playwright Tests / alls-green-playwright (push) Blocked by required conditions
Test Backend / test-backend (push) Waiting to run
Test Docker Compose / test-docker-compose (push) Waiting to run
Deploy to Staging / deploy (push) Waiting to run
Playwright Tests / test-playwright (1, 4) (push) Blocked by required conditions

This commit is contained in:
mazxd
2025-03-24 22:12:06 +08:00
parent 9f2c3d24a2
commit 009e16162e
5 changed files with 55 additions and 9 deletions
+9 -9
View File
@@ -13,14 +13,14 @@ FRONTEND_HOST=http://localhost:5173
# Environment: local, staging, production
ENVIRONMENT=local
PROJECT_NAME="Full Stack FastAPI Project"
STACK_NAME=full-stack-fastapi-project
PROJECT_NAME="BaiPanSou"
STACK_NAME=BaiPanSou
# Backend
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"
SECRET_KEY=changethis
FIRST_SUPERUSER=admin@example.com
FIRST_SUPERUSER_PASSWORD=changethis
SECRET_KEY=baomihua200712
FIRST_SUPERUSER=mzaxd0712@gmail.com
FIRST_SUPERUSER_PASSWORD=200712
# Emails
SMTP_HOST=
@@ -32,11 +32,11 @@ SMTP_SSL=False
SMTP_PORT=587
# Postgres
POSTGRES_SERVER=localhost
POSTGRES_SERVER=192.168.1.99
POSTGRES_PORT=5432
POSTGRES_DB=app
POSTGRES_USER=postgres
POSTGRES_PASSWORD=changethis
POSTGRES_DB=bps_dev
POSTGRES_USER=mzaxd
POSTGRES_PASSWORD=rootroot
SENTRY_DSN=