Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Mar 5, 2024
1 parent 66c6da0 commit a6c26a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ use lazy_static::lazy_static;

#[cfg(feature = "ssr")]
lazy_static! {
pub static ref CLIENT_ID: String = get_secret("GITHUB_CLIENT_ID");
pub static ref CLIENT_SECRET: String = get_secret("GITHUB_CLIENT_SECRET");
pub static ref CLIENT_ID: String = get_secret("CLIENT_ID");
pub static ref CLIENT_SECRET: String = get_secret("CLIENT_SECRET");
pub static ref AUTH_SECRET: String = get_secret("AUTH_SECRET");
pub static ref DATABASE_URL: String = get_secret("DATABASE_URL");
}

0 comments on commit a6c26a9

Please sign in to comment.