application.yml 1.95 KB
spring:
  profiles:
    active: test #默认开发环境
  rabbitmq:
    host: 192.168.10.39
    port: 5672
    username: admin
    password: 123456
    virtualHost: /


mybatis:
  mapper-locations:
    - classpath*:com.objecteye.mapper/*.xml

jwt:
  tokenHeader: Authorization #JWT存储的请求头
  secret: mySecret #JWT加解密使用的密钥
  expiration: 604800 #JWT的超期限时间(60*60*24)
  tokenHead: Bearer  #JWT负载中拿到开头

pagehelper:
  helperDialect: mysql
  reasonable: true
  support-methods-arguments: true
  params: count=countSql

logging:
  level:
    root: info #日志配置DEBUG,INFO,WARN,ERROR
    com.objecteye: info
#  file: demo_log.log #配置日志生成路径
#  path: /var/logs #配置日志文件名称
picture:
  url: http://192.168.10.153:8880/
  storePath: /ftpTest
  http: http://192.168.10.153:8880/
  snapshotPath: /home/hexy/picture/snapshot/

snapshotPrefix: http://192.168.10.153:8880/snapshot/

server:
  port: 8080
  address: 127.0.0.1

ftp:
  username: officer
  password: 334554321123211
  host: 192.168.10.39
  port: 21


#调用引擎url
requestFile: http://192.168.10.4:10002/vps/analysisFile
requestPath: http://192.168.10.61:3000/mock/11/vehicle/analysisPath
requestUrl: http://192.168.10.4:10002/vehicle/analysisFile
requestVehicleFile: http://192.168.10.4:10002/vehicle/analysisFile
requestBase64: http://192.168.10.4:10002/vehicle/analysisBase64
humanVehicleBase64: http://192.168.10.4:10002/vps/analysisBase64
extractFeatureByBase64: http://192.168.10.4:10002/face/extractFeatureByBase64
searchDataFromRetrieveDbPath: http://192.168.10.4:10002/face/searchDataFromRetrieveDb
driverSnapshotPrefix: http://192.168.10.153:8880/driverSnapshotPath/
searchDataFromDeployDb: http://192.168.10.4:10002/face/searchDataFromDeployDb
addUrlToDeployDb: http://192.168.10.4:10002/face/addUrlToDeployDb
deleteDataFromDeployDb: http://192.168.10.4:10002/face/deleteDataFromDeployDb

#人脸检索参数值
topN: 30
threshold: 0.4
threadNum: 1