Procházet zdrojové kódy

更改配置

master
xiaohanzi před 4 roky
rodič
revize
0119cf1eab
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      mlWechatOpen/src/main/resources/application-dev.yml

+ 3
- 3
mlWechatOpen/src/main/resources/application-dev.yml Zobrazit soubor

@@ -3,7 +3,7 @@ spring:
include: rabbitMQ
# JDBC
datasource:
url: jdbc:mysql://202.165.179.86:3306/mallink_phone?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
@@ -92,7 +92,7 @@ wechat:
componentToken: formall2018
componentAesKey: htKq8EjBMPNndfZQK9JiFojFaqFwFpw42VfeWFtx7HN
redis:
host: 202.165.179.86
host: 101.200.130.134
port: 6379
password: iF0rm@2l2ol9
timeout: 3600


Načítá se…
Zrušit
Uložit