2023-05-07 06:39:17 +00:00
|
|
|
---
|
|
|
|
server:
|
2023-05-30 08:21:19 +00:00
|
|
|
host: '0.0.0.0'
|
|
|
|
port: 9091
|
|
|
|
path: "auth"
|
2023-05-07 06:39:17 +00:00
|
|
|
|
|
|
|
authentication_backend:
|
|
|
|
ldap:
|
|
|
|
url: 'ldap://127.0.0.1'
|
|
|
|
|
|
|
|
storage:
|
|
|
|
mysql:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 3306
|
2023-05-30 08:21:19 +00:00
|
|
|
postgres:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 5432
|
2023-05-07 06:39:17 +00:00
|
|
|
|
|
|
|
notifier:
|
|
|
|
smtp:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 1025
|
|
|
|
...
|