techhero-project-secretroom-natived.yml 628 Bytes
Newer Older
Administrator committed
1 2 3 4 5 6 7
spring:
  datasource:
    #本地环境
    url: jdbc:oracle:thin:@databaseServer:30100:orcl
    username: secret_room_local
    password: X1JPT01fTE9DQUw=
    driver-class-name: oracle.jdbc.OracleDriver
8 9
remote:
  insp:
10
    secretKey: 7AC4F6926B1AFEA6D96B8DE863B17BAC
11
    inspGatewayUrl: http://119.96.165.59:10313
12 13
    tokenUrl: http://119.96.165.59:10313/auth/interface/token
    deviceListUrl: http://119.96.165.59:10313/examinsp/ipc/findDevicePageByNvr
14 15 16
upload: # 文件路径相关配置
  base-url: https://test.techhero.vip:16501/secretroom/file/ # 访问文件时的url前缀
  file-path: /data/image/ #文件存放地址