first commit
This commit is contained in:
30
config.ini
Normal file
30
config.ini
Normal 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
|
||||
Reference in New Issue
Block a user