mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
8 lines
205 B
TOML
8 lines
205 B
TOML
|
bindaddress = "127.0.0.1:8443"
|
||
|
ldapbindaddress = "127.0.0.1:3636"
|
||
|
db_path = "/tmp/kanidm.db"
|
||
|
tls_ca = "../insecure/ca.pem"
|
||
|
tls_cert = "../insecure/cert.pem"
|
||
|
tls_key = "../insecure/key.pem"
|
||
|
# log_level = "
|