fix: specify configuration

This commit is contained in:
Paul Makles
2024-06-21 16:13:02 +01:00
parent 93e05e9f18
commit eda36436a8

View File

@@ -47,8 +47,7 @@ pub async fn web() -> Rocket<Build> {
authifier::database::MongoDb(client.database("revolt")),
),
},
config: Default::default(),
// config: authifier_config().await,
config: authifier_config().await,
event_channel: Some(sender),
};