website/.env.example

12 lines
483 B
Plaintext
Raw Normal View History

2022-12-31 14:14:53 +02:00
AUTH_SECRET=myauthsecret # generate with https://generate-secret.vercel.app/32 or openssl rand -hex 32 on unix-like
2022-12-31 15:18:41 +02:00
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=your-db-password
2023-01-01 01:21:53 +02:00
GHOST_API_KEY=your-ghost-api-key
2022-12-31 14:14:53 +02:00
AUTH_CLIENT_ID=your-authentik-client-id
AUTH_CLIENT_SECRET=your-authentik-client-secret
AUTH_ISSUER=https://authentik-domain/application/o/app-name/
HCAPTCHA_SECRET=your-hcaptcha-secret
HCAPTCHA_SITEKEY=your-hcaptcha-sitekey
2022-12-31 15:18:41 +02:00
WEBHOOK=your-discord-webhook