12 lines
291 B
YAML
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 |