31 lines
344 B
INI
31 lines
344 B
INI
[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
|