mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
* updating dev readme and scripting * fixing confusing debug message about config loading
16 lines
328 B
TOML
16 lines
328 B
TOML
bindaddress = "127.0.0.1:8443"
|
|
ldapbindaddress = "127.0.0.1:3636"
|
|
|
|
db_fs_type = "zfs"
|
|
db_path = "/tmp/kanidm/kanidm.db"
|
|
tls_chain = "/tmp/kanidm/chain.pem"
|
|
tls_key = "/tmp/kanidm/key.pem"
|
|
|
|
# log_level = "perfbasic"
|
|
# log_level = "quiet"
|
|
log_level = "verbose"
|
|
|
|
domain = "idm.example.com"
|
|
origin = "https://idm.example.com:8443"
|
|
|