mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Fixes #195 pre release cleanup. This does a LOT, clippy, formatting, and much much more. It fixes a lot of parts of the book, improves server config and more.
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 = "
|