kanidm/libs/profiles/developer.toml

8 lines
267 B
TOML
Raw Normal View History

2023-03-01 04:10:52 +01:00
web_ui_pkg_path = "../web_ui/pkg"
2024-07-15 10:06:15 +02:00
htmx_ui_pkg_path = "../core/static"
2023-02-17 08:02:01 +01:00
# Set to native for developer machines.
cpu_flags = "native"
2023-07-24 02:05:10 +02:00
admin_bind_path = "/tmp/kanidmd.sock"
default_config_path = "../../examples/insecure_server.toml"
default_unix_shell_path = "/bin/bash"