epson-tm-t20iii #1

Merged
n07070 merged 34 commits from epson-tm-t20iii into master 2022-05-04 11:57:09 +02:00
2 changed files with 29 additions and 0 deletions
Showing only changes of commit 5ab316e9da - Show all commits

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"