UNPKG

890 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 "BASE_URL": {
16 "description": "The URL of the project",
17 "value": "https://NAME_OF_THE_SERVER.herokuapp.com"
18 },
19 "DATABASE_URL": {
20 "description": "The URI to the DB",
21 "value": "postgres://USER_NAME:PASSWORD@example.com:5432/DB_NAME"
22 },
23 "PORT": {
24 "description": "Set the port for development. Will be overwritten by Heroku for example",
25 "value": "3000"
26 },
27 "SECRET_OF_THIS_SERVER": {
28 "description": "The secret used for internal communication.",
29 "generator": "secret"
30 }
31 }
32}
\No newline at end of file