diff options
| author | herkulessi <git@herkulessi.de> | 2026-03-31 23:43:13 +0200 |
|---|---|---|
| committer | herkulessi <git@herkulessi.de> | 2026-03-31 23:43:13 +0200 |
| commit | 9023f3fce9765abdb8d70eeb4a1d5ee1aa2daaa7 (patch) | |
| tree | dbfd71095fdbc56e770786be247065aed9890e8c /config.py.example | |
Bezahlommat 2.0 initial commit oder so
Diffstat (limited to 'config.py.example')
| -rw-r--r-- | config.py.example | 6 |
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 |
