diff --git a/apps/docs/src/app/docs/storages/page.md b/apps/docs/src/app/docs/storages/page.md index 404a39e7c..f249003c7 100644 --- a/apps/docs/src/app/docs/storages/page.md +++ b/apps/docs/src/app/docs/storages/page.md @@ -10,11 +10,11 @@ nextjs: Blobscan can be configured to use any of the following blob storages: -- Postgres +- PostgreSQL - Google Cloud Storage - Ethereum Swarm - File system By default all storages are disabled and you must enable at least one in order to run Blobscan. This is done using [environment variables](/docs/environment). -Note that the database size can grow quickly. For this reason, it is not recommended to choose Postgres in production. +Note that the database size can grow quickly. For this reason, it is not recommended to choose PostgreSQL in production.