mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Add postgres addon to app.json
This commit is contained in:
parent
2bd7f45ce3
commit
d40bfe4984
10
app.json
10
app.json
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user