Add back addons

This commit is contained in:
Hafitz Setya 2021-07-14 06:33:58 +07:00 committed by GitHub
parent 53500e4230
commit e703e01a9e
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,