mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
add segfaultapi functionality and use postgres
This commit is contained in:
12
config/config.example.yml
Normal file
12
config/config.example.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user