summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-19 19:45:58 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-19 19:45:58 +0100
commit285d241c3cbe3a7d7939c67022f41efabc681bc6 (patch)
tree484d104b17ad6da790bbf9f69ee4c5b054170484
parent5f0b79688d1792bb2adb0f7394704e78d61cb29b (diff)
downloaddeployment-285d241c3cbe3a7d7939c67022f41efabc681bc6.tar.gz
deployment-285d241c3cbe3a7d7939c67022f41efabc681bc6.tar.bz2
deployment-285d241c3cbe3a7d7939c67022f41efabc681bc6.zip
update conf gen
-rwxr-xr-xconfig/generate-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/generate-config b/config/generate-config
index 5956602..77ca390 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -68,7 +68,7 @@ def config(currency, envname, exchange_pub):
cfg_put("merchant", "UNIXPATH", "$HOME/sockets/merchant.http")
cfg_put("merchant", "WIRE_TRANSFER_DELAY", "1 m")
- cfg_put("merchantdb-postgres", "CONFIG", "postgres:///taler")
+ cfg_put("merchantdb-postgres", "CONFIG", "postgres:///taler{}".format(envname))
cfg_put("merchant-exchange-test", "URI", "https://exchange.{}.taler.net/".format(envname))
cfg_put("merchant-exchange-test", "MASTER_KEY", exchange_pub)