35a3d018f1
Co-authored-by: Kim Lidström <dxtr@users.noreply.github.com>
23 lines
718 B
Text
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'
|