diff --git a/.env.example b/.env.example index a859ec2a..96a5e08a 100644 --- a/.env.example +++ b/.env.example @@ -38,8 +38,11 @@ INFOQUEST_API_KEY=your-infoquest-api-key # GitHub API Token # GITHUB_TOKEN=your-github-token -# Database (only needed when config.yaml has database.backend: postgres) -# DATABASE_URL=postgresql://deerflow:password@localhost:5432/deerflow +# Database (Stage 0+ default; required when config.yaml has database.backend: postgres) +# Local dev — start with: docker compose -f docker/docker-compose-dev.yaml up -d postgres +DATABASE_URL=postgresql+asyncpg://deerflow:deerflow_dev@localhost:5432/deerflow +# Remote RDS example: +# DATABASE_URL=postgresql+asyncpg://USER:PASSWORD@HOST:5432/DBNAME # # WECOM_BOT_ID=your-wecom-bot-id # WECOM_BOT_SECRET=your-wecom-bot-secret