Files
mxids/application.example.yaml
2017-01-23 04:10:03 +01:00

16 lines
342 B
YAML

server:
port: 8090
name: 'example.org'
key:
path: '/var/tmp/mxis-signing.key'
ldap:
host: 'localhost'
port: 389
baseDn: 'CN=Users,DC=example,DC=org'
query: '(|(mailPrimaryAddress=%3pid)(mail=%3pid)(otherMailbox=%3pid))'
attribute: 'pager'
bindDn: 'CN=Identity Server,CN=Users,DC=example,DC=org'
bindPassword: 'password'