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

15 lines
440 B
JSON

{
"name": "Unleash",
"description": "A default setup of Unleash",
"repository": "https://github.com/heroku/node-js-sample",
"logo": "https://github.com/Unleash/unleash/blob/master/docs/assets/logo.png?raw=true",
"keywords": ["node", "feature toggles", "release"],
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "9.5"
}
}
]
}