edit requirements.txt, edit README.md, change to pymysql

This commit is contained in:
tcprod
2026-04-04 14:54:29 +02:00
parent 7683a2697f
commit b970ac5377
9 changed files with 38 additions and 33 deletions
+11
View File
@@ -0,0 +1,11 @@
[database]
db_user="demo_user"
db_password="demo_password"
db_host="127.0.0.1"
db_port=3306
db_name="ezgg_lan_manager"
[badge_generator]
browser_path="C:/Program Files/Google/Chrome/Application/chrome.exe" # Do not forget to change
svg_template="template/template_dynamic_name_size.svg"
html_template="template/template_badge_180_rotated.html"
default_user_image="template/default_user_image.png"
BIN
View File
Binary file not shown.