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

16 lines
388 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",
2021-06-04 23:26:40 +02:00
"logo": "https://github.com/Unleash/unleash/blob/master/.github/logo.png?raw=true",
2018-11-22 11:20:28 +01:00
"keywords": ["node", "feature toggles", "release"],
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "13"
2018-11-22 11:20:28 +01:00
}
}
]
}