Skip to content

Commit

Permalink
Change heroku postgres from mini to essential-0 (#20)
Browse files Browse the repository at this point in the history
* Update app.json

* Update app.json

* Update README.md

* edit readme

* mini to essential-0 bc end-of-life

* change readme url to point to github fork

* revert to original gavel gh link

* delete .DS_Store

* add .DS_Store to gitignore

---------

Co-authored-by: Abhishek More <[email protected]>
  • Loading branch information
ysadamt and Abhishek-More authored Oct 4, 2024
1 parent 8992abb commit 07a59cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ venv/

celerybeat-schedule

node_modules/
node_modules/

.DS_Store
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stack": "heroku-20",
"addons": [
"heroku-postgresql:mini",
"heroku-postgresql:essential-0",
"heroku-redis:mini"
],
"buildpacks": [
Expand Down

0 comments on commit 07a59cb

Please sign in to comment.