Просмотр исходного кода

更新配置

release_toaliyun_real
xiaohanzi 5 лет назад
Родитель
Сommit
2cf9fbe69d
9 измененных файлов: 45 добавлений и 45 удалений
  1. +5
    -5
      mallinkAdmin/src/main/resources/application-dev.yml
  2. +5
    -5
      mallinkBApi/src/main/resources/application-dev.yml
  3. +5
    -5
      mallinkCApi/src/main/resources/application-dev.yml
  4. +5
    -5
      mallinkCallback/src/main/resources/application-dev.yml
  5. +5
    -5
      mallinkMQConsumer/src/main/resources/application-dev.yml
  6. +5
    -5
      mallinkPosApi/src/main/resources/application-dev.yml
  7. +5
    -5
      mallinkSchedule/src/main/resources/application-dev.yml
  8. +5
    -5
      mallinkSysAdmin/src/main/resources/application-dev.yml
  9. +5
    -5
      mallinkWebSocketServer/src/main/resources/application-dev.yml

+ 5
- 5
mallinkAdmin/src/main/resources/application-dev.yml Просмотреть файл

@@ -4,7 +4,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true&allowMultiQueries=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true&allowMultiQueries=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -27,7 +27,7 @@ spring:
#date-format: yyyy-MM-dd HH:mm:ss
# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -87,10 +87,10 @@ spring:
retry-times-when-send-failed: 2
# RABBITMQ
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -144,7 +144,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


+ 5
- 5
mallinkBApi/src/main/resources/application-dev.yml Просмотреть файл

@@ -4,7 +4,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -26,7 +26,7 @@ spring:
#date-format: yyyy-MM-dd HH:mm:ss
# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -85,10 +85,10 @@ spring:
retry-times-when-send-failed: 2
# RABBITMQ
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -140,7 +140,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


+ 5
- 5
mallinkCApi/src/main/resources/application-dev.yml Просмотреть файл

@@ -4,7 +4,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -27,7 +27,7 @@ spring:

# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -85,10 +85,10 @@ spring:
retry-times-when-send-failed: 2
# RABBITMQ
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -136,7 +136,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


+ 5
- 5
mallinkCallback/src/main/resources/application-dev.yml Просмотреть файл

@@ -4,7 +4,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -27,7 +27,7 @@ spring:
#date-format: yyyy-MM-dd HH:mm:ss
# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -86,10 +86,10 @@ spring:
retry-times-when-send-failed: 2
# RABBITMQ
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -142,7 +142,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


+ 5
- 5
mallinkMQConsumer/src/main/resources/application-dev.yml Просмотреть файл

@@ -4,7 +4,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -28,7 +28,7 @@ spring:

# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -85,10 +85,10 @@ spring:
retry-another-broker-when-not-store-ok: false
retry-times-when-send-failed: 2
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -136,7 +136,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


+ 5
- 5
mallinkPosApi/src/main/resources/application-dev.yml Просмотреть файл

@@ -4,7 +4,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -26,7 +26,7 @@ spring:
#date-format: yyyy-MM-dd HH:mm:ss
# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -85,10 +85,10 @@ spring:
retry-times-when-send-failed: 2
# RABBITMQ
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -140,7 +140,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


+ 5
- 5
mallinkSchedule/src/main/resources/application-dev.yml Просмотреть файл

@@ -4,7 +4,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -28,7 +28,7 @@ spring:

# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -85,10 +85,10 @@ spring:
retry-another-broker-when-not-store-ok: false
retry-times-when-send-failed: 2
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -136,7 +136,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


+ 5
- 5
mallinkSysAdmin/src/main/resources/application-dev.yml Просмотреть файл

@@ -3,7 +3,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -26,7 +26,7 @@ spring:
#date-format: yyyy-MM-dd HH:mm:ss
# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -85,10 +85,10 @@ spring:
retry-times-when-send-failed: 2
# RABBITMQ
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -137,7 +137,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


+ 5
- 5
mallinkWebSocketServer/src/main/resources/application-dev.yml Просмотреть файл

@@ -4,7 +4,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
url: jdbc:mysql://101.200.130.134:3306/mallink?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true
username: root
password: fm2020test
type: com.alibaba.druid.pool.DruidDataSource
@@ -28,7 +28,7 @@ spring:

# REDIS
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600
@@ -85,10 +85,10 @@ spring:
retry-another-broker-when-not-store-ok: false
retry-times-when-send-failed: 2
rabbitmq:
host: 202.165.179.86
host: 101.200.130.134
port: 5672
username: fumao
password: f9l98&*%%u7flt33
password: f9l98
publisher-confirms: true
publisher-returns: false
virtual-host: /
@@ -136,7 +136,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


Загрузка…
Отмена
Сохранить