blob: afaf0f13f25388eeae486513a58f3584ce60c192 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 }}"
# soon... once https://github.com/kanidm/kanidm/commit/b5cdf9dcf20114ed291700d99e8531226025f197 released >:D
# x-forward-for = ["{{ swarm_network }}"]
[http_client_address_info]
x-forward-for-all-source-trusted = []
|