Unleash is the open source feature toggle service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
471 B

{
"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",
"keywords": ["node", "feature toggles", "release"],
"env": {
"NPM_CONFIG_PRODUCTION": "false",
"YARN_PRODUCTION": "false"
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "13"
}
}
]
}