blob: c4f320df4091ca3147afe35b7ae68864cfbb15cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
version = "2"
bindaddress = "[::]:8443"
ldapbindaddress = "[::]:3636"
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 }}"
[http_client_address_info]
x-forward-for = ["{{ swarm_network }}"]
|