From 9023f3fce9765abdb8d70eeb4a1d5ee1aa2daaa7 Mon Sep 17 00:00:00 2001 From: herkulessi Date: Tue, 31 Mar 2026 23:43:13 +0200 Subject: Bezahlommat 2.0 initial commit oder so --- config.py.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.py.example (limited to 'config.py.example') 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 -- cgit v1.2.3