server: port: 18888 spring: application: name: chaos-api datasource: driver-class-name: org.mariadb.jdbc.Driver url: jdbc:mariadb://10.91.3.253:3306/chaos?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&useSSL=false username: chaos password: fH7NPTeRSSFFicsh type: com.alibaba.druid.pool.DruidDataSource druid: initial-size: 5 min-idle: 5 max-active: 20 max-wait: 60000 servlet: multipart: max-file-size: 100GB max-request-size: 100GB output: ansi: enabled: always profiles: active: dev mybatis-plus: mapper-locations: classpath*:/mapper/**/*.xml type-aliases-package: cn.nopj.chaos_api_domain.entity global-config: db-config: id-type: auto configuration: map-underscore-to-camel-case: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl jwt: tokenHeader: Authorization tokenHead: Chaos secret: zHANgcHao@1995!20250506 expiration: 604800 auth: def-role-code: user