mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-01-03 18:51:56 +05:30
12 lines
361 B
YAML
12 lines
361 B
YAML
|
db:
|
||
|
url: "postgres://user:password@host:5432/database"
|
||
|
|
||
|
app:
|
||
|
auth:
|
||
|
clientId: "authentik-client-id"
|
||
|
clientSecret: "authentik-client-secret"
|
||
|
issuer: "https://yourdomain.com/application/o/app-name/"
|
||
|
hcaptcha:
|
||
|
secret: "your-hcaptcha-secret"
|
||
|
sitekey: "your-hcaptcha-sitekey"
|
||
|
webhook: "your-discord-webhook-url"
|