Add back addons
This commit is contained in:
parent
53500e4230
commit
e703e01a9e
9
app.json
9
app.json
|
|
@ -50,10 +50,6 @@
|
|||
"description": "Whether to use Service Accounts or not. For this to work see 'Using Service Accounts' in repo.",
|
||||
"required": false
|
||||
},
|
||||
"DATABASE_URL": {
|
||||
"description": "Your Database URL. See in repo to generate database.",
|
||||
"required": false
|
||||
},
|
||||
"AUTHORIZED_CHATS": {
|
||||
"description": "Fill User ID and Chat ID of you want to authorize, Seprate them with space.",
|
||||
"required": false
|
||||
|
|
@ -209,6 +205,11 @@
|
|||
"required": false
|
||||
}
|
||||
},
|
||||
"addons": [
|
||||
{
|
||||
"plan": "heroku-postgresql"
|
||||
}
|
||||
],
|
||||
"formation": {
|
||||
"worker": {
|
||||
"quantity": 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue