Skip to content

Commit

Permalink
Merge pull request #8 from andela/bg-require-google-client-id-160994866
Browse files Browse the repository at this point in the history
#160994866 Require GOOGLE_CLIENT_ID in app.json
  • Loading branch information
Chieze-Franklin committed Oct 4, 2018
2 parents c2cee43 + b5c242f commit 3dbc1f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "taps-client",
"scripts": {},
"env": {},
"env": {
"GOOGLE_CLIENT_ID": {
"required": true
}
},
"formation": {},
"addons": [],
"buildpacks": []
Expand Down

0 comments on commit 3dbc1f7

Please sign in to comment.