wms-py/config/base.yaml
2025-06-04 10:39:32 +08:00

12 lines
291 B
YAML

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