i hope this works

This commit is contained in:
2022-12-31 15:18:41 +02:00
parent 2632b2fd2b
commit 481fc2bc3f
2 changed files with 12 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
AUTH_SECRET=myauthsecret # generate with https://generate-secret.vercel.app/32 or openssl rand -hex 32 on unix-like
DB_URL=postgres://user:pass@localhost:5432/website
DB_HOST=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=your-db-password
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
WEBHOOK=your-discord-webhook