Added configuration files

This commit is contained in:
N07070
2020-12-27 21:31:02 +01:00
parent 3fde3fd8ae
commit 5ab316e9da
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# 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"