wms-py/config/base.yaml

12 lines
291 B
YAML
Raw Normal View History

2025-06-04 10:39:32 +08:00
app:
name: wms_main
max_file_size: 104857600 # 100MB
max_request_size: 1048576000 # 1000MB
server:
context_path: "/"
database:
driver: mysql+pymysql
port: 3306
params: characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true