summaryrefslogtreecommitdiff
path: root/config.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.py.example')
-rw-r--r--config.py.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.py.example b/config.py.example
new file mode 100644
index 0000000..15f15f6
--- /dev/null
+++ b/config.py.example
@@ -0,0 +1,6 @@
+URL = 'https://bank.demo.taler.net';
+USERNAME = "bezahlomat"
+TOKEN = "AAAAAAAAAAAAAAAA"
+CURRENCY = "Kudos"
+MAX_WITHDRAWAL = 100
+# vim: ft=py