aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-28 21:59:10 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-28 21:59:10 +0200
commit200db4e9dca32de6f01cc88ed88971a817b08aff (patch)
treeb1355ab807b4904b858221c09d6ca02c67a06a66 /common/src
parentcf153543e52ac0134ffbe956829a25e12959c2a4 (diff)
downloadjellything-200db4e9dca32de6f01cc88ed88971a817b08aff.tar
jellything-200db4e9dca32de6f01cc88ed88971a817b08aff.tar.bz2
jellything-200db4e9dca32de6f01cc88ed88971a817b08aff.tar.zst
recursive federation!!
Diffstat (limited to 'common/src')
-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,