Skip to content

Commit

Permalink
fix shuttle build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Mar 10, 2024
1 parent e5f0389 commit 415dff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/shuttle/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ async fn main(
// location_url: "https://rhombus-rs.shuttleapp.rs".to_string(),
discord_client_id: secrets.get("DISCORD_CLIENT_ID").unwrap(),
discord_client_secret: secrets.get("DISCORD_CLIENT_SECRET").unwrap(),
discord_bot_token: std::env::var("DISCORD_TOKEN").unwrap(),
discord_guild_id: std::env::var("DISCORD_GUILD_ID").unwrap(),
jwt_secret: secrets.get("JWT_SECRET").unwrap(),
},
)
Expand Down

0 comments on commit 415dff1

Please sign in to comment.