diff options
author | Christopher Baines <mail@cbaines.net> | 2019-04-14 10:06:00 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-04-14 10:06:00 +0100 |
commit | 70faad04371ff441793da4e6213ae0855723b019 (patch) | |
tree | 573eb6f635386102a483c1cda477c4002b76a114 /sqitch.conf | |
parent | 2e45bb06966a8cab9016afc4b202a056d88c16c3 (diff) | |
download | data-service-70faad04371ff441793da4e6213ae0855723b019.tar data-service-70faad04371ff441793da4e6213ae0855723b019.tar.gz |
Tweak the Sqitch configuration
Diffstat (limited to 'sqitch.conf')
-rw-r--r-- | sqitch.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sqitch.conf b/sqitch.conf index b01380d..96dc2ed 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -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 |