0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 07:16:02 +09:00

Add .env.local for Spotify Web API

This commit is contained in:
yude 2021-05-28 07:35:30 +09:00
parent 9f2e0cc407
commit 88e7a6abf9
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
2 changed files with 4 additions and 0 deletions

3
.env.local.sample Normal file
View File

@ -0,0 +1,3 @@
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REFRESH_TOKEN=

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ dist
yarn-error.log
.vimrc~
..vimrc.un~
.env.local