Files
SignatureSystem/config.ini

31 lines
344 B
INI
Raw Normal View History

2026-07-20 13:16:17 +08:00
[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