Skip to content

Commit

Permalink
cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Jun 12, 2024
1 parent a8be146 commit 0b6e821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ see [docs/setup-production-environment-and-ci.md](docs/setup-production-environm
## Connect to the Production Database

```sh
fly postgres connect -a koriki-db
fly postgres connect -a <production-app-db-name>
```

```sh
# list dbs
\list;
\list
# connect to a db
\c lini;
\c <db_name>;
# list tables
\dt
# query a table
Expand Down

0 comments on commit 0b6e821

Please sign in to comment.