Skip to content

Commit

Permalink
remove unnecessary env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Jun 21, 2024
1 parent 5003b6c commit bb2d240
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ use dotenv_codegen::dotenv;

pub const ENV: Env = Env {
username: Username {
github: dotenv!("GH_USERNAME"),
lastfm: dotenv!("LASTFM_USERNAME"),
letterboxd: dotenv!("LETTERBOXD_USERNAME"),
github: "wyatt-avilla",
lastfm: "wowitswyatt",
letterboxd: "wowitswyatt",
},
link: Link {
goodreads: dotenv!("GOODREADS_SHELF"),
goodreads: "https://www.goodreads.com/review/list/159014522?shelf=read",
},
key: Key {
lastfm: dotenv!("LASTFM_KEY"),
Expand Down

0 comments on commit bb2d240

Please sign in to comment.