kanidm/examples/insecure_server.toml
Firstyear 4151897948
383 164 authentication updates 9 (#956)
* 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>
2022-07-30 22:10:24 +10:00

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"