Skip to content

Commit

Permalink
Fix PostgreSQL connect command
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkkeli committed Feb 26, 2024
1 parent cc5253b commit f830dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ You can optionally add a PostgreSQL DB to your project.
Connect via CLI:

```bash
su postgres -c 'psql'
psql "postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_HOST:$POSTGRES_PORT/$POSTGRES_DB"
```
2 changes: 1 addition & 1 deletion diploi-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ parameterGroups:
type: secret
- name: Schema
identifier: POSTGRES_DB
defaultValue: todo
defaultValue: astro
type: string

repositories:
Expand Down

0 comments on commit f830dbf

Please sign in to comment.