From 56e69ec810dc6e58183831fb8a3c3d74162d7381 Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Mon, 23 Oct 2023 08:47:16 -0500 Subject: [PATCH] Update next-docs/pages/services/indexer.mdx Co-authored-by: alvarius --- next-docs/pages/services/indexer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.