mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 21:17:01 +01:00
5 lines
241 B
Rust
5 lines
241 B
Rust
pub const DEFAULT_SOCK_PATH: &'static str = "/var/run/kanidm-unixd/sock";
|
|
pub const DEFAULT_DB_PATH: &'static str = "/var/lib/kanidm-unixd/kanidm.cache.db";
|
|
pub const DEFAULT_CONN_TIMEOUT: u64 = 2;
|
|
pub const DEFAULT_CACHE_TIMEOUT: u64 = 15;
|