1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-06 01:15:28 +02:00

Add postgres addon to app.json

This commit is contained in:
ivaosthu 2018-01-15 09:12:27 +01:00 committed by Ivar Conradi Østhus
parent 2bd7f45ce3
commit d40bfe4984

View File

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