2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
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

13 lines
322 B
Plaintext

[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