summaryrefslogtreecommitdiff
path: root/src/backend/merchant.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/merchant.conf')
-rw-r--r--src/backend/merchant.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf
index 4c5f0f84..fb82e642 100644
--- a/src/backend/merchant.conf
+++ b/src/backend/merchant.conf
@@ -61,10 +61,10 @@ CONFIG = postgres:///talermerchant
[instance-default]
KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv
-# [account-merchant]
+# [merchant-account-merchant]
# payto://-URL of the merchant's bank account. Required.
-# URL = payto://x-taler-bank/bank/42
+#PAYTO_URI = payto://x-taler-bank/bank/42
# File where this account's salted wire address is provided.
# File does not have to exist, will be generated from
@@ -75,7 +75,7 @@ KEYFILE = ${TALER_DATA_HOME}/merchant/merchant.priv
# instance "default"? Must be set to YES if ACTIVE_default is YES.
# Note that "default" here must match the instance's section name.
# The same account may be enabled/active in multiple instances.
-#ENABLE_default = YES
+#HONOR_default = YES
# Should this address be used in offers we create right now for
# instance "default"?