Add environment variable in app.json
This commit is contained in:
parent
e1b083cfac
commit
a9f129d4a7
1 changed files with 4 additions and 0 deletions
4
app.json
4
app.json
|
@ -21,6 +21,10 @@
|
||||||
"CALLBACK": {
|
"CALLBACK": {
|
||||||
"description": "The callback URL",
|
"description": "The callback URL",
|
||||||
"value": "http://your-app.herokuapp.com/callback"
|
"value": "http://your-app.herokuapp.com/callback"
|
||||||
|
},
|
||||||
|
"NODE_ENV": {
|
||||||
|
"description": "The node environment",
|
||||||
|
"value": "prod"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue