summaryrefslogtreecommitdiff
path: root/src/mint-lib/test-mint-home/config/mint-common.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint-lib/test-mint-home/config/mint-common.conf')
-rw-r--r--src/mint-lib/test-mint-home/config/mint-common.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/mint-lib/test-mint-home/config/mint-common.conf b/src/mint-lib/test-mint-home/config/mint-common.conf
new file mode 100644
index 000000000..7bcb77ecd
--- /dev/null
+++ b/src/mint-lib/test-mint-home/config/mint-common.conf
@@ -0,0 +1,20 @@
+[mint]
+# Currency supported by the mint (can only be one)
+CURRENCY = EUR
+
+# Wire format supproted by the mint (currently only SEPA is implemented)
+WIREFORMAT = SEPA
+
+# HTTP port the mint listens to
+PORT = 8081
+
+# Master public key used to sign the mint's various keys
+MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
+
+# How to access our database
+DB = postgres
+
+
+[mintdb-postgres]
+
+DB_CONN_STR = "postgres:///taler"