mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
logging changes: * Offering auth mechanisms -> debug * 404's aren't really warnings * double tombstone message, one goes to debug other changes: * CSP changes to allow the bootstrap images to load * more testing javascriptfile things, I R * it's nice to know where things are * putting non-rust web things in static/ instead of src/ * RequestCredentials::SameOrigin is the default, also adding a utility function to save dupe code. Wow this saved... kilobytes. * removing commented code, fixing up codespell config * clippyisms * wtf, gha * dee-gloo-ing some things * adding some ubuntu build test things * sigh rustwasm/wasm-pack/issues/1138 * more do_request things * packaging things * hilarious dev env setup script * updated script works, all the UI works, including the experimental UI for naughty crabs * deb package fixes * fixed some notes * setup experimental UI tweaks
25 lines
561 B
TOML
25 lines
561 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"
|
|
|
|
# The log level of the server. May be one of info, debug, trace
|
|
#
|
|
# NOTE: this is overridden by environment variables at runtime
|
|
# Defaults to "info"
|
|
#
|
|
# log_level = "info"
|
|
log_level = "debug"
|
|
# log_level = "trace"
|
|
|
|
domain = "localhost"
|
|
origin = "https://localhost:8443"
|
|
trust_x_forward_for = true
|
|
|
|
[online_backup]
|
|
path = "/tmp/kanidm/backups/"
|
|
schedule = "@hourly"
|