2021与蓝度共同重构项目,服务端
liuhaonan
2022-09-13 c3745f4fd52756f573287fa3d7dc6b536166799e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# 生产配置文件 主机  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://112.74.63.130/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-config:
    ip: #需在 VnnoxConstant 类中更改
 
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