mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Fixes #364 - this adds a credential display command to the cli, and the api so it can be used later.
9 lines
237 B
TOML
9 lines
237 B
TOML
bindaddress = "127.0.0.1:8443"
|
|
ldapbindaddress = "127.0.0.1:3636"
|
|
db_path = "/tmp/kanidm.db"
|
|
db_fs_type = "zfs"
|
|
tls_chain = "../insecure/chain.pem"
|
|
tls_key = "../insecure/key.pem"
|
|
log_level = "verbose"
|
|
origin = "https://idm.example.com"
|