| | |
| | | server: |
| | | # 服务器的HTTP端口,默认为8080 |
| | | port: 8080 |
| | | ssl: |
| | | # 开启HTTPS,并配置自签名证书 |
| | | enabled: true |
| | | #秘钥库文件名称,即上面生成的自签名证书 |
| | | key-store: classpath:keystore |
| | | # 生成秘钥库文件的密码 |
| | | key-store-password: 123456 |
| | | # 秘钥库类型(JKS为jdk的keytool工具默认生成的秘钥库类型) |
| | | key-store-type: JKS |
| | | # 秘钥别名 |
| | | key-alias: tomcat |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | # 日志配置 |
| | | logging: |
| | | level: |
| | | com.ruoyi.common.filter.MyI18nInterceptor: debug |
| | | com.ruoyi.common.filter.MyI18nInterceptor: info |
| | | authorize: info |
| | | minio: info |
| | | hikSdk: debug |
| | | dhSdk: debug |
| | | sdk: debug |
| | | vtdu: debug |
| | | hikSdk: info |
| | | dhSdk: info |
| | | sdk: info |
| | | vtdu: info |
| | | stealAlarm: info |
| | | websocket: info |
| | | patrolInspectionTask: info |
| | | mqtt: info |
| | | patrolInspectionTask: debug |
| | | mqtt: debug |
| | | guideQueue: debug |
| | | rongCloud: info |
| | | cmd: info |
| | | cmd: debug |
| | | alarm: debug |
| | | uav: info |
| | | sy: debug |
| | | mqttCar: debug |
| | | sy: info |
| | | mqttCar: info |
| | | ## knife4j配置 |
| | | knife4j: |
| | | # knife4j增强功能,开启后下面参数才生效 |
| | |
| | | #全部主题:minioEvent,radar,stealelec,tube,camera,external,accessControl,apponekey,digitization3 |
| | | mqtt: |
| | | host: tcp://192.168.2.15:1883 |
| | | clientId: Server-227 |
| | | clientId: Server |
| | | username: admin |
| | | password: admin |
| | | topic: minioEvent,radar,stealelec,tube,camera,external,accessControl,apponekey,digitization3,radarForceGuide |
| | |
| | | enabled: true |
| | | #三一车辆开关 |
| | | syCar: |
| | | enabled: true |
| | | enabled: true |
| | |
| | | server: |
| | | # 服务器的HTTP端口,默认为8080 |
| | | port: 8080 |
| | | ssl: |
| | | # 开启HTTPS,并配置自签名证书 |
| | | enabled: true |
| | | #秘钥库文件名称,即上面生成的自签名证书 |
| | | key-store: classpath:keystore |
| | | # 生成秘钥库文件的密码 |
| | | key-store-password: 123456 |
| | | # 秘钥库类型(JKS为jdk的keytool工具默认生成的秘钥库类型) |
| | | key-store-type: JKS |
| | | # 秘钥别名 |
| | | key-alias: tomcat |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |