mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 17:42:02 +05:30
12 lines
483 B
Plaintext
12 lines
483 B
Plaintext
AUTH_SECRET=myauthsecret # generate with https://generate-secret.vercel.app/32 or openssl rand -hex 32 on unix-like
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=your-db-password
|
|
GHOST_API_KEY=your-ghost-api-key
|
|
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
|
|
WEBHOOK=your-discord-webhook |