diff --git a/next-docs/pages/services/indexer.mdx b/next-docs/pages/services/indexer.mdx index ff9745dac4..cdaf34ef02 100644 --- a/next-docs/pages/services/indexer.mdx +++ b/next-docs/pages/services/indexer.mdx @@ -133,7 +133,7 @@ The command to start the indexer in PostgreSQL mode is `pnpm start:postgres`. CREATE ROLE root SUPERUSER LOGIN; ``` - **Note:** This is assuming a database that is isolated from the Internet and only used by trusted entities. + **Note:** This is assuming a database that is isolated from the internet and only used by trusted entities. In a production system you will use at least a password as authentication, and limit the user's authority. 1. Start the docker container.