diff options
Diffstat (limited to 'common/src')
-rw-r--r-- | common/src/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/config.rs b/common/src/config.rs index 399e96a..3ccf0e8 100644 --- a/common/src/config.rs +++ b/common/src/config.rs @@ -11,6 +11,7 @@ use std::{collections::HashMap, path::PathBuf}; #[rustfmt::skip] #[derive(Debug, Deserialize, Serialize, Default)] pub struct GlobalConfig { + pub hostname: String, pub brand: String, pub slogan: String, #[serde(default = "default::asset_path")] pub asset_path: PathBuf, |