Browse Source
Merge pull request #2112 from doccano/fix/2110
Update postgres addon in app.json
pull/2120/head
Hiroki Nakayama
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app.json
|
|
@ -37,7 +37,7 @@ |
|
|
|
}, |
|
|
|
"addons": [ |
|
|
|
{ |
|
|
|
"plan": "heroku-postgresql:hobby-dev" |
|
|
|
"plan": "heroku-postgresql:mini" |
|
|
|
} |
|
|
|
] |
|
|
|
} |