guix-data-service/sqitch.conf
Christopher Baines fac3db2d14 Remove localhost from the Sqitch config
This means it'll connect over the socket, like the application.
2019-07-16 18:20:56 +01:00

12 lines
322 B
Text

[core]
engine = pg
# plan_file = sqitch.plan
top_dir = sqitch
[engine "pg"]
target = guix_data_service_test
# registry = sqitch
# client = psql
[target "guix_data_service_test"]
uri = db:pg://guix_data_service@/guix_data_service_test
[target "guix_data_service"]
uri = db:pg://guix_data_service@/guix_data_service