Skip to content

Commit

Permalink
Update creating-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
outerlook authored Aug 30, 2024
1 parent d706ac5 commit 09295e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/creating-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Kwil provides a pre-configured PostgreSQL Docker image for quick setup:

```bash
docker run -p 5432:5432 --name kwil-postgres -e "POSTGRES_HOST_AUTH_METHOD=trust" \
-v postgres_data:/var/lib/postgresql/data \
kwildb/postgres:latest
```

Expand Down Expand Up @@ -108,4 +109,4 @@ kwil-admin setup peer \
--chain.p2p.external-address http://mynode.mycompany.com:26656 \
--root-dir ./tsn-config \
--app.db-read-timeout 60s
```
```

0 comments on commit 09295e0

Please sign in to comment.