1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/app.json

20 lines
471 B
JSON
Raw Normal View History

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",
"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"],
"env": {
"NPM_CONFIG_PRODUCTION": "false",
"YARN_PRODUCTION": "false"
},
2018-11-22 11:20:28 +01:00
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "13"
2018-11-22 11:20:28 +01:00
}
}
]
}