mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01: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
|