| | |
| | | spring: |
| | | profiles: |
| | | # active: dev |
| | | active: "@profileActive@" |
| | | active: dev |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | time-zone: GMT+8 |
| | |
| | | command: http://112.74.63.130:20018/command/ |
| | | url: http://112.74.63.130:20018/ |
| | | |
| | | # nginx相关地址 |
| | | nginx: |
| | | port: 443 |
| | | cameraSaveUrl: D:/NginX/nginx-1.15.9/data/file/cameraPresetPoint |
| | | nginx-config: |
| | | filePath: D:\NginX\nginx-1.15.9\data\file\ |
| | | url: http://47.106.172.9:443/download/ |
| | | apkUrl: http://47.106.172.9:443/apk/ |
| | | lcdUrl: http://47.106.172.9:443/download/lcd/ |
| | | |
| | | server-conf: |
| | | ip: 47.106.172.9 # 47.106.172.9/101.132.131.91 |
| | | |
| | | |
| | | minio: |
| | | endpoint: 47.106.172.9 |
| | | port: 9000 |
| | | accessKey: minioadmin |
| | | secretKey: zhxm2512209 |
| | | secure: false |
| | | |