kanidm/examples/insecure_server.toml
Firstyear 9c4e8bb90a
20240611 performance (#2836)
While basking under the shade of the coolabah tree, I was overcome by an intense desire to improve the performance and memory usage of Kanidm.

This pr reduces a major source of repeated small clones, lowers default log level in testing, removes some trace fields that are both large and probably shouldn't be traced, and also changes some lto settings for release builds.
2024-06-12 16:48:49 -07:00

30 lines
708 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"
tls_client_ca = "/tmp/kanidm/client_ca"
# The log level of the server. May be one of info, debug, trace
#
# NOTE: this is overridden by KANIDM_LOG_LEVEL environment variable
# Defaults to "info"
#
log_level = "info"
# log_level = "debug"
# log_level = "trace"
# otel_grpc_url = "http://localhost:4317"
domain = "localhost"
origin = "https://localhost:8443"
trust_x_forward_for = true
[online_backup]
# defaults to db_path
# path = "/tmp/kanidm/backups/"
schedule = "@hourly"
# enabled = true # default enabled