chore(env): split dev/prod env files and clarify keycloak settings

This commit is contained in:
Chris
2026-04-03 14:43:13 +08:00
parent c032020f59
commit 94cec746cb
5 changed files with 56 additions and 47 deletions

View File

@@ -7,7 +7,7 @@ cd backend
python -m venv .venv
source .venv/bin/activate
pip install -e .
cp .env.example .env
# local development uses .env.development directly
psql "$DATABASE_URL" -f scripts/init_schema.sql
./scripts/start_dev.sh
```