diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..418d0fd --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +SPOTIFY_CLIENT_ID='___' +SPOTIFY_SECRET_ID='____' +BASE_URL='http://localhost:3000/api' +FIREBASE='__BASE64_FIREBASE_JSON_FILE__' diff --git a/api/templates/callback.html.j2 b/api/templates/callback.html.j2 index 871d409..8e5ba82 100644 --- a/api/templates/callback.html.j2 +++ b/api/templates/callback.html.j2 @@ -41,11 +41,25 @@