summaryrefslogtreecommitdiff
path: root/playbooks/roles/kanidm/templates/volumes/data/server.toml
blob: 5e42bc825471efb4ecf410b6c8b9363f7f971d15 (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/{{ kanidm_host }}.pem"
tls_key = "/certs/{{ kanidm_host }}.key"
log_level = "info"

domain = "{{ kanidm_host }}"
origin = "https://{{ kanidm_host }}"