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

14
configuration/config.toml Normal file
View File

@ -0,0 +1,14 @@
# Configuration file the LittlePrynter
# Printer settings
[printer]
vendor_id = 0x04b8
device_id = 0x0e28
# Users = Password
[users]
admin = "admin"
# Secrets for flask
[secrets]
flask_secret_key = "ChÕÓhÑLa)Ù<î=F;ÑÊÝ5fV÷}º35+FâXg£Ì;Ñ58ëȤ^ìãtzº<$úÌ¢ü>A¡ÿ:--_Uc²æmÇ)ëÛòöéZ¥÷Z¯¦`,ç¶B°>Å:Zÿ¼Á@ªu-º´¬XäwYÃ`c>YÜYÏJ${_f{MJ[ÙkNzg_WZv"

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"