2018-01-15 09:03:07 +01:00
|
|
|
{
|
2018-11-22 11:20:28 +01:00
|
|
|
"name": "Unleash",
|
|
|
|
"description": "A default setup of Unleash",
|
|
|
|
"repository": "https://github.com/heroku/node-js-sample",
|
2021-12-23 14:12:19 +01:00
|
|
|
"logo": "https://github.com/Unleash/unleash/blob/main/.github/logo.png?raw=true",
|
2018-11-22 11:20:28 +01:00
|
|
|
"keywords": ["node", "feature toggles", "release"],
|
2022-10-18 21:35:50 +02:00
|
|
|
"env": {
|
|
|
|
"NPM_CONFIG_PRODUCTION": "false",
|
|
|
|
"YARN_PRODUCTION": "false"
|
|
|
|
},
|
2018-11-22 11:20:28 +01:00
|
|
|
"addons": [
|
|
|
|
{
|
|
|
|
"plan": "heroku-postgresql",
|
|
|
|
"options": {
|
2021-11-17 22:53:55 +01:00
|
|
|
"version": "13"
|
2018-11-22 11:20:28 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|