mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Add postgres addon to app.json
This commit is contained in:
parent
6ec7a52ce3
commit
7cebca1d7d
12
app.json
12
app.json
@ -3,5 +3,13 @@
|
||||
"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"]
|
||||
}
|
||||
"keywords": ["node", "feature toggles", "release"],
|
||||
"addons": [
|
||||
{
|
||||
"plan": "heroku-postgresql",
|
||||
"options": {
|
||||
"version": "9.5"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user