mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-17 22:43:55 +02:00
6 lines
238 B
Plaintext
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
|