mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
This commit is contained in:
parent
1f9846cff6
commit
307a66ea29
|
@ -121,7 +121,7 @@ pub struct ServerConfig {
|
||||||
/// Trust the X-Forwarded-For header for client IP address. Defaults to false if unset.
|
/// Trust the X-Forwarded-For header for client IP address. Defaults to false if unset.
|
||||||
pub trust_x_forward_for: Option<bool>,
|
pub trust_x_forward_for: Option<bool>,
|
||||||
|
|
||||||
/// The filesystem type, either "zfs" or "generic". Defaults to "generic" if unset.
|
/// The filesystem type, either "zfs" or "generic". Defaults to "generic" if unset. I you change this, run a database vacuum.
|
||||||
pub db_fs_type: Option<kanidm_proto::internal::FsType>,
|
pub db_fs_type: Option<kanidm_proto::internal::FsType>,
|
||||||
/// The path to the "admin" socket, used for local communication when performing cer ain server control tasks.
|
/// The path to the "admin" socket, used for local communication when performing cer ain server control tasks.
|
||||||
pub adminbindpath: Option<String>,
|
pub adminbindpath: Option<String>,
|
||||||
|
|
Loading…
Reference in a new issue