Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vehicle-quality-review
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王飞
vehicle-quality-review
Commits
7aed4aa4
Commit
7aed4aa4
authored
Jun 05, 2024
by
王飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、配置新测试环境的相关地址与端口
parent
8e315bab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
application-druid.yml
ruoyi-admin/src/main/resources/application-druid.yml
+2
-2
application.yml
ruoyi-admin/src/main/resources/application.yml
+4
-4
No files found.
ruoyi-admin/src/main/resources/application-druid.yml
View file @
7aed4aa4
...
@@ -6,9 +6,9 @@ spring:
...
@@ -6,9 +6,9 @@ spring:
druid
:
druid
:
# 主库数据源
# 主库数据源
master
:
master
:
url
:
jdbc:mysql://
49.232.167.247:22030
/vehicle-quality-review?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://
106.3.99.64:20011
/vehicle-quality-review?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
username
:
root
password
:
1qaz@WSX
password
:
root
# 从库数据源
# 从库数据源
slave
:
slave
:
# 从数据源开关/默认关闭
# 从数据源开关/默认关闭
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
7aed4aa4
...
@@ -18,7 +18,7 @@ ruoyi:
...
@@ -18,7 +18,7 @@ ruoyi:
# 开发环境配置
# 开发环境配置
server
:
server
:
# 服务器的HTTP端口,默认为8080
# 服务器的HTTP端口,默认为8080
port
:
220
32
port
:
220
16
servlet
:
servlet
:
# 应用的访问路径
# 应用的访问路径
context-path
:
/
context-path
:
/
...
@@ -70,9 +70,9 @@ spring:
...
@@ -70,9 +70,9 @@ spring:
# redis 配置
# redis 配置
redis
:
redis
:
# 地址
# 地址
host
:
49.232.167.247
host
:
106.3.99.64
# 端口,默认为6379
# 端口,默认为6379
port
:
220
31
port
:
220
12
# 数据库索引
# 数据库索引
database
:
0
database
:
0
# 密码
# 密码
...
@@ -146,7 +146,7 @@ xss:
...
@@ -146,7 +146,7 @@ xss:
urlPatterns
:
/*
urlPatterns
:
/*
minio
:
minio
:
url
:
http://
49.232.167.247:22038
url
:
http://
106.3.99.64:22013
accessKey
:
lB7WhZYiQwLzhHPutRGn
accessKey
:
lB7WhZYiQwLzhHPutRGn
secretKey
:
7XMWpLm6p4d20OFe9uXKifEyhF3cp4sTCowI2fhJ
secretKey
:
7XMWpLm6p4d20OFe9uXKifEyhF3cp4sTCowI2fhJ
bucketName
:
vehicle-quality-review-oss
bucketName
:
vehicle-quality-review-oss
\ No newline at end of file
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