littleprynter/configuration/config.toml.sample

22 lines
443 B
Plaintext

# Configuration file the LittlePrynter
# Printer settings
[printer]
vendor_id = "0x04b8"
device_id = "0x0e28"
# Raspberry Pi Configuration
[rpi]
button_gpio_port_number = 17
indicator_gpio_port_number = 18
flash = true
# Users = Password
[users]
admin = "admin"
# Secrets for flask
# See "How to generate good secret keys" in https://flask.palletsprojects.com/en/1.1.x/quickstart/
[secrets]
flask_secret_key = "random string to do things"