webcompile/.env.example

11 lines
450 B
Plaintext
Raw Normal View History

2022-12-31 17:44:53 +05:30
AUTH_SECRET=myauthsecret # generate with https://generate-secret.vercel.app/32 or openssl rand -hex 32 on unix-like
2022-12-31 18:48:41 +05:30
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=your-db-password
2022-12-31 17:44:53 +05:30
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 18:48:41 +05:30
WEBHOOK=your-discord-webhook