taler-digitizer.conf (785B)
1 [taler-digitizer] 2 BACKEND_BASE_URL = https://exchange.demo.taler.net/ 3 CURRENCY = KUDOS 4 5 #BANK_ACCOUNT = sdflksdflsdkjf 6 7 # Balance required to start a Transaction 8 BANK_MIN_BALANCE = 1000 9 10 # Withdrawl limitation per person, for a limited time period. 11 # This can only be enforced with KYC functionality 12 USER_WITHDRAWALLIMIT = 200 13 USER_WITHDRAWAL_PERIOD = 10 14 15 16 #BACKEND_AUTHORIZATION = Bearer secret-token:sandbox 17 KYC_FUNCTIONALITY = NO 18 19 # Name of the framebuffer to use for the QR code. 20 FRAMEBUFFER_DEVICE = /dev/fb1 21 22 # Name of the backlight file for the framebuffer 23 FRAMEBUFFER_BACKLIGHT = /sys/class/backlight/soc:backlight/brightness 24 25 [coin-acceptor] 26 ENABLE = YES 27 GPIO_CHIP = /dev/gpiochip0 28 GPIO_PIN = 16 29 bigest_denomination = 5 30 31 32 [bill-acceptor] 33 ENABLE = NO 34 bigest_denomination = 100