kanidm/kanidmd/server.toml

10 lines
261 B
TOML
Raw Normal View History

bindaddress = "127.0.0.1:8443"
ldapbindaddress = "127.0.0.1:3636"
db_path = "/tmp/kanidm.db"
2020-08-04 08:52:57 +02:00
db_fs_type = "zfs"
tls_ca = "../insecure/ca.pem"
tls_cert = "../insecure/cert.pem"
tls_key = "../insecure/key.pem"
log_level = "perfbasic"
origin = "https://localhost"