aboutsummaryrefslogtreecommitdiff
path: root/server/src/config.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-08-01 20:32:35 +0200
committermetamuffin <metamuffin@disroot.org>2023-08-01 20:32:35 +0200
commitff9060ea0987e29e4d468ff7c9fed7cc7109bf2b (patch)
treefc8c7ad11ca2dfc7ebccb65ea9ea3c27827405dd /server/src/config.rs
parentf7992589cf45c699599a7ee5fc4634c9db16ff87 (diff)
downloadjellything-ff9060ea0987e29e4d468ff7c9fed7cc7109bf2b.tar
jellything-ff9060ea0987e29e4d468ff7c9fed7cc7109bf2b.tar.bz2
jellything-ff9060ea0987e29e4d468ff7c9fed7cc7109bf2b.tar.zst
federation possible but inconvinient
Diffstat (limited to 'server/src/config.rs')
-rw-r--r--server/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/config.rs b/server/src/config.rs
index 0417878..05c56bc 100644
--- a/server/src/config.rs
+++ b/server/src/config.rs
@@ -19,7 +19,7 @@ pub struct GlobalConfig {
pub admin_password: String,
pub cookie_key: String,
pub login_expire: i64,
- pub remote_credentials: HashMap<String, (String, String)>,
+ pub remote_credentials: HashMap<String, (String, String, bool)>,
}
pub fn load_global_config() -> GlobalConfig {