blob: 75bd7c21d2fa41e95df285e04fbedd226b4f48bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
bindaddress = "0.0.0.0:8443"
ldapbindaddress = "0.0.0.0:3636"
trust_x_forward_for = true
db_path = "/data/kanidm.db"
tls_chain = "/certs/{{ idm_domain }}.pem"
tls_key = "/certs/{{ idm_domain }}.key"
log_level = "info"
domain = "{{ idm_domain }}"
origin = "https://{{ idm_domain }}"
|