Files
catherine-league/nextjs/.env.example
2026-03-31 16:09:03 +09:00

8 lines
155 B
Plaintext

# MySQL (same as main-web/server)
DB_ENDPOINT=localhost
DB_PORT=3306
DB_USER=
DB_PASS=
# After DB is up, apply admin tables (see infra/db/admin_auth.sql)