Add environment variable in app.json

This commit is contained in:
Gabriel Augendre 2016-04-21 02:38:56 +02:00
parent e1b083cfac
commit a9f129d4a7
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
"CALLBACK": {
"description": "The callback URL",
"value": "http://your-app.herokuapp.com/callback"
},
"NODE_ENV": {
"description": "The node environment",
"value": "prod"
}
}
}