yourcloud/config/kanidm/server.toml

8 lines
185 B
TOML
Raw Permalink Normal View History

bindaddress = "[::]:8443"
db_path = "/data/kanidm.db"
tls_chain = "/data/chain.pem"
tls_key = "/data/key.pem"
domain = "localhost"
log_level = "debug"
origin = "https://localhost:8443"