diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-28 21:59:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-28 21:59:10 +0200 |
commit | 200db4e9dca32de6f01cc88ed88971a817b08aff (patch) | |
tree | b1355ab807b4904b858221c09d6ca02c67a06a66 /common | |
parent | cf153543e52ac0134ffbe956829a25e12959c2a4 (diff) | |
download | jellything-200db4e9dca32de6f01cc88ed88971a817b08aff.tar jellything-200db4e9dca32de6f01cc88ed88971a817b08aff.tar.bz2 jellything-200db4e9dca32de6f01cc88ed88971a817b08aff.tar.zst |
recursive federation!!
Diffstat (limited to 'common')
-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, |