mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
d991d90a62
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
16 lines
388 B
JSON
16 lines
388 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/.github/logo.png?raw=true",
|
|
"keywords": ["node", "feature toggles", "release"],
|
|
"addons": [
|
|
{
|
|
"plan": "heroku-postgresql",
|
|
"options": {
|
|
"version": "13"
|
|
}
|
|
}
|
|
]
|
|
}
|