blog/backend/.env.example
SquidSpirit aca81a1baf
All checks were successful
Frontend CI / build (push) Successful in 1m21s
feat: add example environment configuration file
2025-10-12 03:47:47 +08:00

19 lines
349 B
Plaintext

HOST=127.0.0.1
PORT=8080
DATABASE_HOST=127.0.0.1
DATABASE_PORT=5432
DATABASE_USER=postgres
DATABASE_PASSWORD=
DATABASE_NAME=postgres
OIDC_ISSUER_URL=https://xxx
OIDC_CLIENT_ID=xxx
OIDC_CLIENT_SECRET=xxx
OIDC_REDIRECT_URL=http://localhost:8080/auth/callback
SESSION_KEY='openssl rand -hex 16'
REDIS_URL=redis://127.0.0.1:6379
STORAGE_PATH=static