# 生产配置文件 主机 39.103.154.108
|
server:
|
port: 20018
|
spring:
|
datasource:
|
password: Zhxm2512209
|
url: jdbc:mysql://127.0.0.1:3306/ximon_light?useUnicode=true&autoReconnect=true&useSSL=false&characterEncoding=utf8&serverTimezone=Asia/Shanghai
|
username: ximon
|
type: com.alibaba.druid.pool.DruidDataSource
|
druid:
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
servlet:
|
multipart:
|
location: /www/wwwroot/xm/upload_tmp
|
redis:
|
host: 127.0.0.1
|
password: zhxm2512209
|
port: 6379
|
database: 0
|
minio:
|
accessKey: minioadmin
|
endpoint: 47.106.172.9
|
port: 9000
|
secretKey: zhxm2512209
|
secure: false
|
realtime-server:
|
command: http://39.103.154.108:20019/command/
|
url: http://39.103.154.108:20019/
|
|
|
sandu:
|
jwt:
|
header: Authorization
|
# 令牌前缀
|
token-start-with: Bearer
|
# 必须使用最少88位的Base64对该令牌进行编码
|
base64-secret: U1GZNSKOH43V19GNIVE8HUYM9H86K657V1D66EAVSL9Q023J4JNWE44BNHCS6V9E66BPKF0KXUI5R1ZOYK2OWZZYALPD07JHOYUROL930UGJQUJDNAEYNTMUS27BHKTJEF9011DGGQ4QT9BN6CM2P9SY2VV2MZKJPCOW9YIGN0VJ
|
# 令牌过期时间 此处单位/毫秒 ,可在此网站生成 https://www.convertworld.com/zh-hans/time/milliseconds.html 1个月
|
token-validity-in-seconds: 2629800000
|
# 在线用户key
|
online-key: online-token
|
# 是否启动redis缓存用户信息
|
cache-online: false
|
common:
|
urlPrefix: http://39.103.154.108/file/
|
upload:
|
upload-root-path: /www/wwwroot/xm/file/
|
quartz:
|
enable: true
|
|
listenter: #监听开关
|
isOpen: true
|
|
server-conf:
|
ip: 39.103.154.108 # 47.106.172.9/101.132.131.91
|
|
|
nova-conf: #诺瓦回调
|
notify-url: http://39.103.154.108:20018/serv/vnnox/progress
|
screen-shot-notify-url: http://39.103.154.108:20018/serv/vnnox/screenshot
|
status-notify-url: http://39.103.154.108:20018/serv/vnnox/asyncStatus
|