first commit

This commit is contained in:
hukdoesn
2025-06-12 16:48:37 +08:00
commit 1bb6f0b9a8
44 changed files with 8808 additions and 0 deletions

8
backend/conf/config.txt Normal file
View File

@@ -0,0 +1,8 @@
[client]
#host = 127.0.0.1
host = mysql
port = 3306
database = liteops
user = root
password = 1234567xx
default-character-set = utf8mb4