# Template only — copy to apps/api/.env.local or export in shell. # Never commit real secrets. See .ai/environment.md → Configuration Ownership. APP_ENV=dev HTTP_ADDR=:8080 DATABASE_URL=postgres://yuxingu:yuxingu@127.0.0.1:5432/yuxingu?sslmode=disable # Optional # MIGRATIONS_DIR=./migrations # JWT_SECRET=change-me-in-production