UNPKG

646 BJSONView Raw
1{
2 "name": "",
3 "description": "",
4 "repository": "",
5 "success_url": "/",
6 "env": {
7 "NODE_ENV": {
8 "description": "The environment can be: production, staging or development",
9 "value": "local"
10 },
11 "NPM_CONFIG_PRODUCTION": {
12 "description": "By default Heroku sets this to true, if you are deploying a dev version of the code, set this false.",
13 "value": "true"
14 },
15 "DATABASE_URL": {
16 "description": "The URI to the DB",
17 "value": "postgres://USER_NAME:PASSWORD@example.com:5432/DB_NAME"
18 },
19 "PORT": {
20 "description": "Set the port for development. Will be overwritten by Heroku for example",
21 "value": "3000"
22 }
23 }
24}
\No newline at end of file