aboutsummaryrefslogtreecommitdiff
path: root/common/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/config.rs')
-rw-r--r--common/src/config.rs1
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,