Skip to content

Commit

Permalink
add config for FE to work with frontend api
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Aug 17, 2015
1 parent 4119f5b commit 8fb2375
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions env.json
Expand Up @@ -40,5 +40,19 @@
"SPOTIFY_CLIENT_ID": "706dc770a95f4b83b60b72b79d6e818f",
"SPOTIFY_REDIRECT_URI": "https://thisissoon.fm/partials/spotify-login.html",
"SPOTIFY_SCOPE": "user-read-private playlist-read-private playlist-modify-private playlist-modify-public"
},
"frontend-api": {
"BASE_URL": "/",
"GOOGLE_REDIRECT_URI": "http://localhost:1337/",
"FM_API_SERVER_ADDRESS": "/api/",
"FM_SOCKET_ADDRESS": "http://localdocker:8080",
"HTML5_LOCATION": true,
"GOOGLE_CLIENT_ID": "999522755620-kiiv5l08jf9ummob1iqveokd373r3r60.apps.googleusercontent.com",
"REGION_CODE": "GB",
"SEARCH_LIMIT": 20,
"SIDEBAR_SEARCH_LIMIT": 3,
"SPOTIFY_CLIENT_ID": "706dc770a95f4b83b60b72b79d6e818f",
"SPOTIFY_REDIRECT_URI": "http://localhost:1337/partials/spotify-login.html",
"SPOTIFY_SCOPE": "user-read-private playlist-read-private playlist-modify-private playlist-modify-public"
}
}

0 comments on commit 8fb2375

Please sign in to comment.