We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5003b6c commit bb2d240Copy full SHA for bb2d240
config/src/lib.rs
@@ -2,12 +2,12 @@ use dotenv_codegen::dotenv;
2
3
pub const ENV: Env = Env {
4
username: Username {
5
- github: dotenv!("GH_USERNAME"),
6
- lastfm: dotenv!("LASTFM_USERNAME"),
7
- letterboxd: dotenv!("LETTERBOXD_USERNAME"),
+ github: "wyatt-avilla",
+ lastfm: "wowitswyatt",
+ letterboxd: "wowitswyatt",
8
},
9
link: Link {
10
- goodreads: dotenv!("GOODREADS_SHELF"),
+ goodreads: "https://www.goodreads.com/review/list/159014522?shelf=read",
11
12
key: Key {
13
lastfm: dotenv!("LASTFM_KEY"),
0 commit comments