fix: specify configuration
This commit is contained in:
@@ -47,8 +47,7 @@ pub async fn web() -> Rocket<Build> {
|
|||||||
authifier::database::MongoDb(client.database("revolt")),
|
authifier::database::MongoDb(client.database("revolt")),
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
config: Default::default(),
|
config: authifier_config().await,
|
||||||
// config: authifier_config().await,
|
|
||||||
event_channel: Some(sender),
|
event_channel: Some(sender),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user