Commit a08d1f322fbbb420c9e6af940e548e352ea61599

Authored by 胡翰林
1 parent 5cf35373

生产环境配置

... ... @@ -5,14 +5,13 @@ spring:
5 5 name: ash
6 6 main:
7 7 allow-bean-definition-overriding: true
8   - allow-circular-references: true
9 8 profiles:
10 9 active: default
11 10 datasource:
12   - url: jdbc:mysql://10.9.1.252:3306/ash?useSSL=false&autoReconnect=true&characterEncoding=utf8
  11 + url: jdbc:mysql://53.1.236.89:3306/ash?useSSL=false&autoReconnect=true&characterEncoding=utf8
13 12 driver-class-name: com.mysql.cj.jdbc.Driver
14   - username: qixiao
15   - password: qixiao123!@#
  13 + username: root
  14 + password: zaq1,lp-
16 15 type: com.alibaba.druid.pool.DruidDataSource
17 16 druid:
18 17 initial-size: 5
... ... @@ -26,9 +25,11 @@ spring:
26 25 test-on-return: true
27 26 test-while-idle: true
28 27 redis:
29   - cluster:
30   - nodes: 10.9.1.252:16380
31   - password: qixiao@123.com
  28 + # cluster:
  29 + # nodes: 10.9.1.252:16380
  30 + password: zaq1,lp-
  31 + host: 53.1.236.89
  32 + port: 36379
32 33 timeout: 3000
33 34 servlet:
34 35 multipart:
... ... @@ -51,8 +52,6 @@ logging:
51 52 ash:
52 53 # errorFilePath: D:/data/errorData
53 54 errorFilePath: /web/errorData
54   - wiAnalysisUrl: http://10.124.9.44:9098/review/infoAnalyse
55   - caseAnalysisUrl: http://10.124.9.44:9098/review/caseAnalyse
56 55 auth:
57 56 enable: false
58 57 white:
... ...