Update default config

This commit is contained in:
Citlali del Rey 2023-02-22 22:25:08 -08:00
parent 9a47d097bf
commit c7621de18d
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 17 additions and 5 deletions

View File

@ -5,13 +5,25 @@ secrets:
max_upload_size: 104857600
database:
type: 'postgres'
connection: 'postgresql://'
# SQLite
#type: 'sqlite'
#connection: 'sqlite:app.db'
# Postgres
#type: 'postgres'
#connection: 'postgresql://'
# Use DB auth
#auth: 'db'
#whitelist_names:
- nullobsi
# Use ldap auth
ldap:
uri: 'ldaps://127.0.0.1'
dnBase: 'CN=%u,OU=Users,DC=example,DC=org'
#auth: 'ldap'
#ldap:
# uri: 'ldaps://127.0.0.1'
# dnBase: 'CN=%u,OU=Users,DC=example,DC=org'
ipfs:
# Please add leading slash for both