{
	"name": "",
	"description": "",
	"repository": "",
	"success_url": "/",
	"env": {
		"NODE_ENV": {
			"description": "The environment can be: production, staging or development",
			"value": "local"
		},
		"NPM_CONFIG_PRODUCTION": {
			"description": "By default Heroku sets this to true, if you are deploying a dev version of the code, set this false.",
			"value": "true"
		},
		"BASE_URL": {
			"description": "The URL of the project",
			"value": "https://NAME_OF_THE_SERVER.herokuapp.com"
		},
		"DATABASE_URL": {
			"description": "The URI to the DB",
			"value": "postgres://USER_NAME:PASSWORD@example.com:5432/DB_NAME"
		},
		"PORT": {
			"description": "Set the port for development. Will be overwritten by Heroku for example",
			"value": "3000"
		},
		"SECRET_OF_THIS_SERVER": {
			"description": "The secret used for internal communication.",
			"generator": "secret"
		}
	}
}