mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Fixes #212 and Fixes #262. This is largely a performance improvement and security improvement to how the databases are handled. The major cases are create/modify/reindex performance,
8 lines
212 B
TOML
8 lines
212 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 = "perffull"
|