Skip to content

Commit 95c5c7f

Browse files
committed
Fix soda connection
1 parent 1a65d97 commit 95c5c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: local_postgres
22
type: postgres
33
connection:
4-
host: localhost
5-
database: postgres
4+
host: postgres
5+
database: public
66
username: postgres
77
password: secret

0 commit comments

Comments
 (0)