Skip to content

Commit

Permalink
fix db name in conn str
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Mar 23, 2021
1 parent e94a71b commit fd43c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
links:
- db:db
environment:
PGRST_DB_URI: postgres://postgres:password@db:5432/app_db
PGRST_DB_URI: postgres://postgres:password@db:5432/postgres
PGRST_DB_SCHEMA: api
PGRST_DB_ANON_ROLE: web_anon #In production this role should not be the same as the one used for the connection
PGRST_SERVER_PROXY_URI: "http://127.0.0.1:3000"
Expand Down

0 comments on commit fd43c0d

Please sign in to comment.