File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Access to a running database server is required. Add a connection string to the
2525version : ' 2'
2626servers :
2727- engine : postgresql
28- uri : " postgres://locahost :5432/postgres?sslmode=disable"
28+ uri : " postgres://localhost :5432/postgres?sslmode=disable"
2929sql :
3030- schema : schema.sql
3131 queries : query.sql
@@ -63,7 +63,7 @@ on a per-query basis to speed up future codegen runs. Here's a minimal working c
6363version: '2'
6464servers:
6565- engine: postgresql
66- uri: "postgres://locahost :5432/postgres?sslmode=disable"
66+ uri: "postgres://localhost :5432/postgres?sslmode=disable"
6767sql:
6868- schema: schema.sql
6969 queries: query.sql
@@ -89,7 +89,7 @@ to ensure the query is valid. Here's a minimal working configuration:
8989version: '2'
9090servers:
9191- engine: postgresql
92- uri: "postgres://locahost :5432/postgres?sslmode=disable"
92+ uri: "postgres://localhost :5432/postgres?sslmode=disable"
9393sql:
9494- schema: schema.sql
9595 queries: query.sql
You can’t perform that action at this time.
0 commit comments