2021与蓝度共同重构项目,服务端
liuhaonan
2022-11-21 a8f832881e639601366620a53c711b837bfaed95
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
64
65
66
67
68
69
70
71
72
73
74
# 生产配置文件 主机  39.103.154.108   127.0.0.1
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: false
 
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
 
 
 #iot产品秘钥
iot:
    access_key: LTAI4G27Af8MZEF55phdMQ4y
    access_secret: KUc2yOtr7TRB4FuF5Wr0dWeTblbEuh
 
#阿里云oss配置
oss-conf:
    end-point: oss-cn-shanghai.aliyuncs.com
    key-id: LTAI5tPdpt5wvJyLipRijFSP
    key-secret: 1ahYfCKd0yTddsUnuDLQzI23MLh4VQ
    bucket-name: ximonsmart