summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-20 18:55:45 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-20 18:55:54 +0200
commit2f3564b833dc7f0fe0d20f495829cc4b7bab1621 (patch)
treef7a6f451f3a008a2b151a112081861c4b17b9809 /doc
parent777ad725796835dd791348f7d5f39a785feb9e70 (diff)
downloadmerchant-2f3564b833dc7f0fe0d20f495829cc4b7bab1621.tar.gz
merchant-2f3564b833dc7f0fe0d20f495829cc4b7bab1621.tar.bz2
merchant-2f3564b833dc7f0fe0d20f495829cc4b7bab1621.zip
use demo instead of test, as test is sometimes down
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 3298bbaf..8a1d7c20 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -759,7 +759,7 @@ layout:
# being tested accpets this exchange.
# If the sysadmin wants, she can also install a local exchange
# and test against it.
-exchange = https://exchange.test.taler.net/
+exchange = https://exchange.demo.taler.net/
# This value must indicate some URL where the backend
# to be tested is listening; it doesn't have to be the
@@ -768,9 +768,9 @@ merchant = http://localbackend/
# This value is used when the tool tries to withdraw coins,
# and must match the bank used by the exchange. If the test is
-# done against the exchange at https://exchange.test.taler.net/,
-# then this value can be "https://bank.test.taler.net/".
-bank = https://bank.test.taler.net/
+# done against the exchange at https://exchange.demo.taler.net/,
+# then this value can be "https://bank.demo.taler.net/".
+bank = https://bank.demo.taler.net/
# The merchant instance in charge of serving the payment.
# Make sure this instance has a bank account at the same bank
@@ -779,7 +779,7 @@ instance = default
# The currency used during the test. Must match the one used
# by merchant backend and exchange.
-currency = PUDOS
+currency = KUDOS
@end example
Run the test in the following way: