mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* implementation of passkeys as an auth mech * listing the current passkeys when asking to remove one * tweaking insecure dev server config so passkeys will work * Fix domain rename Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
16 lines
316 B
TOML
16 lines
316 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 = "localhost"
|
|
origin = "https://localhost:8443"
|
|
|