first commit

This commit is contained in:
lihansani
2026-07-20 13:16:17 +08:00
commit 7affeaa253
235 changed files with 42351 additions and 0 deletions

30
config.ini Normal file
View File

@@ -0,0 +1,30 @@
[database]
type=mysql
[mysql]
host=127.0.0.1
port=33366
user=admin
password=admin
database=word_sign
[sqlite]
path=./data/word_sign.db
[web]
host=0.0.0.0
port=5001
debug=false
[log]
level=INFO
file_path=./logs/
[limits]
docx_max_bytes=1048576
image_max_bytes=262144
stamp_max_count=100
log_max_entries=1000
[oa]
action_timeout_seconds=30