kanidm/examples/config_localhost
2022-09-08 13:37:03 +10:00

6 lines
238 B
Plaintext

# This should be at /etc/kanidm/config or ~/.config/kanidm, and configures the kanidm command line tool
# to point at the local dev server and ignore TLS security.
uri = "https://localhost:8443"
verify_ca = false
verify_hostnames = false