Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
wecloud_im_server
Commits
e1c75079
Commit
e1c75079
authored
Dec 02, 2021
by
hweeeeeei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
恢复yml配置-upay
parent
73870195
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
44 deletions
+46
-44
config/src/main/resources/config/application-prod.yml
+24
-23
config/src/main/resources/config/application-test.yml
+22
-21
No files found.
config/src/main/resources/config/application-prod.yml
View file @
e1c75079
...
@@ -18,16 +18,16 @@ spring-boot-plus:
...
@@ -18,16 +18,16 @@ spring-boot-plus:
spring
:
spring
:
# upay
# upay
#
datasource:
datasource
:
#
url: jdbc:mysql://172.31.38.183:3306/wecloud_im?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
url
:
jdbc:mysql://172.31.38.183:3306/wecloud_im?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
#
username: web
username
:
web
#
password: 74DXJwJE7wYehHr5VFJbc2w8
password
:
74DXJwJE7wYehHr5VFJbc2w8
#
#
Redis配置
# Redis配置
#
redis:
redis
:
#
database: 0
database
:
0
#
host: 172.31.38.183
host
:
172.31.38.183
#
password: qZ8yzTz8chSZE1ZbbRbK
password
:
qZ8yzTz8chSZE1ZbbRbK
#
port: 6379
port
:
6379
# 飞蛙
# 飞蛙
# datasource:
# datasource:
...
@@ -41,20 +41,21 @@ spring:
...
@@ -41,20 +41,21 @@ spring:
# port: 6379
# port: 6379
# 国内IM集成版
# 国内IM集成版
datasource
:
# datasource:
url
:
jdbc:mysql://127.0.0.1:3306/wecloud_im?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
# url: jdbc:mysql://127.0.0.1:3306/wecloud_im?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
username
:
root
# username: root
password
:
axT8knPN5hAP
# password: axT8knPN5hAP
redis
:
# redis:
database
:
0
# database: 0
host
:
127.0.0.1
# host: 127.0.0.1
password
:
JH86uc53r8Ca
# password: JH86uc53r8Ca
port
:
6379
# port: 6379
#
# cloud:
# nacos:
# discovery:
# server-addr: localhost:8848
cloud
:
nacos
:
discovery
:
server-addr
:
localhost:8848
# knife4j配置
# knife4j配置
knife4j
:
knife4j
:
enable
:
${spring-boot-plus.swagger.enable}
enable
:
${spring-boot-plus.swagger.enable}
...
...
config/src/main/resources/config/application-test.yml
View file @
e1c75079
...
@@ -14,41 +14,42 @@ spring-boot-plus:
...
@@ -14,41 +14,42 @@ spring-boot-plus:
response-log-format
:
false
response-log-format
:
false
#spring:
# 海外 upay 飞蛙等 IM测试外网
# datasource:
# url: jdbc:mysql://127.0.0.1:3306/wecloud_im?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
# username: web
# password: axT8knPN5hAP
#
# # Redis配置
# redis:
# database: 0
# host: 127.0.0.1
# password: JH86uc53r8Ca
# port: 6379
# cloud:
# nacos:
# discovery:
# server-addr: localhost:8848
# 国内IM测试外网
spring
:
spring
:
datasource
:
datasource
:
url
:
jdbc:mysql://127.0.0.1:3306/wecloud_im?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
url
:
jdbc:mysql://127.0.0.1:3306/wecloud_im?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
username
:
root
username
:
web
password
:
temple123456
password
:
axT8knPN5hAP
# Redis配置
# Redis配置
redis
:
redis
:
database
:
0
database
:
0
host
:
127.0.0.1
host
:
127.0.0.1
password
:
temple123456
password
:
JH86uc53r8Ca
port
:
6379
port
:
6379
cloud
:
cloud
:
nacos
:
nacos
:
discovery
:
discovery
:
server-addr
:
localhost:8848
server-addr
:
localhost:8848
# 国内IM测试外网
#spring:
# datasource:
# url: jdbc:mysql://127.0.0.1:3306/wecloud_im?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
# username: root
# password: temple123456
#
# # Redis配置
# redis:
# database: 0
# host: 127.0.0.1
# password: temple123456
# port: 6379
# cloud:
# nacos:
# discovery:
# server-addr: localhost:8848
# 打印SQL语句和结果集,本地开发环境可开启,线上注释掉
# 打印SQL语句和结果集,本地开发环境可开启,线上注释掉
mybatis-plus
:
mybatis-plus
:
configuration
:
configuration
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment