baikal/config/baikal.yaml.dist
leso-kn 35a3d018f1
Add PostgreSQL backend
Co-authored-by: Kim Lidström <dxtr@users.noreply.github.com>
2024-07-21 18:30:25 +02:00

23 lines
718 B
Text

system:
configured_version: '0.7.0'
timezone: 'Europe/Paris'
card_enabled: true
cal_enabled: true
invite_from: 'noreply@localhost'
dav_auth_type: 'Digest'
admin_passwordhash: 5fe794627e1f841f8debba065e2c807a
failed_access_message: 'user %u authentication failure for Baikal'
auth_realm: BaikalDAV
base_uri: ''
database:
encryption_key: 5d3f0fa0192e3058ea70f1bb20924add
backend: 'mysql'
sqlite_file: "absolute/path/to/Specific/db/db.sqlite"
mysql_host: 'localhost'
mysql_dbname: 'baikal'
mysql_username: 'baikal'
mysql_password: 'baikal'
pgsql_host: 'localhost'
pgsql_dbname: 'baikal'
pgsql_username: 'baikal'
pgsql_password: 'baikal'