Skip to content

Commit bb2d240

Browse files
committed
remove unnecessary env vars
1 parent 5003b6c commit bb2d240

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/src/lib.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ use dotenv_codegen::dotenv;
22

33
pub const ENV: Env = Env {
44
username: Username {
5-
github: dotenv!("GH_USERNAME"),
6-
lastfm: dotenv!("LASTFM_USERNAME"),
7-
letterboxd: dotenv!("LETTERBOXD_USERNAME"),
5+
github: "wyatt-avilla",
6+
lastfm: "wowitswyatt",
7+
letterboxd: "wowitswyatt",
88
},
99
link: Link {
10-
goodreads: dotenv!("GOODREADS_SHELF"),
10+
goodreads: "https://www.goodreads.com/review/list/159014522?shelf=read",
1111
},
1212
key: Key {
1313
lastfm: dotenv!("LASTFM_KEY"),

0 commit comments

Comments
 (0)