2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

Tweak the Sqitch configuration

This commit is contained in:
Christopher Baines 2019-04-14 10:06:00 +01:00
parent 2e45bb0696
commit 70faad0437

View file

@ -2,7 +2,11 @@
engine = pg
# plan_file = sqitch.plan
top_dir = sqitch
# [engine "pg"]
# target = db:pg:
[engine "pg"]
target = guix_data_service_test
# registry = sqitch
# client = psql
[target "guix_data_service_test"]
uri = db:pg://guix_data_service@localhost/guix_data_service_test
[target "guix_data_service"]
uri = db:pg://guix_data_service@localhost/guix_data_service