forked from jmug/stoatchat
chore: split sentry dsn into separate options per-app
This commit is contained in:
@@ -194,7 +194,7 @@ pub async fn authifier_config() -> AuthifierConfig {
|
||||
#[launch]
|
||||
async fn rocket() -> _ {
|
||||
// Configure logging and environment
|
||||
revolt_config::configure!();
|
||||
revolt_config::configure!(api);
|
||||
|
||||
// Start web server
|
||||
web().await
|
||||
|
||||
Reference in New Issue
Block a user