Added configuration files
This commit is contained in:
parent
3fde3fd8ae
commit
5ab316e9da
14
configuration/config.toml
Normal file
14
configuration/config.toml
Normal 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"
|
15
configuration/config.toml.sample
Normal file
15
configuration/config.toml.sample
Normal 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"
|
Loading…
Reference in New Issue
Block a user