16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
# Configuration file the LittlePrynter
|
|
|
|
# Printer settings
|
|
[printer]
|
|
vendor_id = "0x04b8"
|
|
device_id = "0x0e28"
|
|
|
|
# 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"
|