Trek_CN/server/src/db
jubnl 50424fc574
feat: support ADMIN_EMAIL and ADMIN_PASSWORD env vars for initial admin setup
Allow the first-boot admin account to be configured via ADMIN_EMAIL and
ADMIN_PASSWORD environment variables. If both are set the account is created
with those credentials; otherwise the existing random-password fallback is
used. Documented across .env.example, docker-compose.yml, Helm chart
(values.yaml, secret.yaml, deployment.yaml), and CLAUDE.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 23:09:57 +02:00
..
database.ts fix: route db helper functions through the null-safe proxy 2026-04-01 07:56:01 +02:00
migrations.ts Merge branch 'dev' into dev 2026-04-01 17:30:31 +02:00
schema.ts feat: configurable trip reminders, admin full access, and enhanced audit logging 2026-03-31 22:23:38 +03:00
seeds.ts feat: support ADMIN_EMAIL and ADMIN_PASSWORD env vars for initial admin setup 2026-04-01 23:09:57 +02:00