| | |
| | | redis: |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | database: 0 |
| | | database: 1 |
| | | username: # if you enable |
| | | password: |
| | | lettuce: |
| | |
| | | password: root |
| | | virtualHost: / |
| | | is-open: false |
| | | enabled: false |
| | | |
| | | |
| | | jwt: |
| | |
| | | # If the protocol is ws/wss, this value is required. |
| | | path: |
| | | # 最初连接到mqtt时需要订阅的主题 多个订阅用 "," . |
| | | # inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd |
| | | inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd |
| | | # inbound-topic: sys/product/+/+,thing/product/+/+ |
| | | DRC: |
| | | protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum |
| | | host: 139.196.74.78 |
| | |
| | | expire: 3600 |
| | | region: us-east-1 |
| | | object-dir-prefix: |
| | | out-net-file-address: http://dev.jxpskj.com:9000 |
| | | out-net-file-address: https://dev.jxpskj.com:8026 |
| | | |
| | | #图斑的解压地址和图斑文件转航线文件的地址 |
| | | patches: |
| | |
| | | unzip: src/main/resources/tmp/ |
| | | kmz: |
| | | destKMZFile: src/main/resources/template/kmz/ |
| | | planeKmzFile: src/main/resources/template/kmz2/ |
| | | sourceDir: src/main/resources/template/wpmz/ |
| | | |
| | | xml: |
| | | temple: |
| | | template: src/main/resources/template/template.xml |
| | | waylines: src/main/resources/template/waylines.xml |
| | | planeTemplate: src/main/resources/template/template-polygon.xml |
| | | planeWaylines: src/main/resources/template/waylines-polygon.xml |
| | | target: |
| | | template: src/main/resources/template/wpmz/template.kml |
| | | waylines: src/main/resources/template/wpmz/waylines.wpml |
| | | waylines: src/main/resources/template/wpmz/waylines.wpml |
| | | planeTemplate: src/main/resources/template/wpmz/template.kml |
| | | planeWaylines: src/main/resources/template/wpmz/waylines.wpml |
| | | |
| | | |
| | | db: |
| | | sqlite: |
| | | resource: DB/resource_db.db |
| | | result: DB/result_db.db |
| | | resultSave: src/main/resources/tmp |
| | | resourceSave: src/main/resources/tmp |
| | | resultGtSave: src/main/resources/tmp |