Remove localhost from the Sqitch config
This means it'll connect over the socket, like the application.
This commit is contained in:
parent
413ef9ea6e
commit
fac3db2d14
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@
|
|||
# registry = sqitch
|
||||
# client = psql
|
||||
[target "guix_data_service_test"]
|
||||
uri = db:pg://guix_data_service@localhost/guix_data_service_test
|
||||
uri = db:pg://guix_data_service@/guix_data_service_test
|
||||
[target "guix_data_service"]
|
||||
uri = db:pg://guix_data_service@localhost/guix_data_service
|
||||
uri = db:pg://guix_data_service@/guix_data_service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue