docs: changed postgres plan using in heroku docs (#2827)

This commit is contained in:
Shahed Nasser
2022-12-19 10:53:27 +02:00
committed by GitHub
parent 990d234f8e
commit 4ddbde3594

View File

@@ -77,10 +77,10 @@ If you don't have a payment method set up in your Heroku account, you'll be aske
Add a Postgres add-on to your Heroku app with the following command:
```bash
heroku addons:create heroku-postgresql:hobby-basic
heroku addons:create heroku-postgresql:mini
```
This uses Heroku Postgres's basic plan. You can check out [the available plans and pricing of Heroku Postgres on Heroku's website.](https://elements.heroku.com/addons/heroku-postgresql#pricing)
This uses Heroku Postgres's smallest plan. You can check out [the available plans and pricing of Heroku Postgres on Heroku's website.](https://elements.heroku.com/addons/heroku-postgresql#pricing)
#### Redis