Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李苗
/
Vion-DevOps
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9709925f
authored
Dec 04, 2024
by
HlQ
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[add] 添加 test 配置文件
1 parent
8fc8bf8d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
1 deletions
src/main/resources/application-dev.properties
src/main/resources/application-pro.properties
src/main/resources/application-test.properties
src/main/resources/application.yml
src/main/resources/application-dev.properties
View file @
9709925
...
...
@@ -15,6 +15,7 @@ mqtt.client.port=11883
mqtt.client.name
=
monitor-server
mqtt.client.client-
id
=
MS8011
mqtt.client.version
=
MQTT_5
mqtt.client.re-
interval
=
15000
wx.mp.config-
storage.type
=
Redisson
wx.mp.config-storage.key-
prefix
=
wa
...
...
src/main/resources/application-pro.properties
View file @
9709925
...
...
@@ -9,6 +9,14 @@ spring.data.redis.password=RtOTnx2V
spring.data.redis.port
=
6379
spring.data.redis.database
=
8
mqtt.client.ext.ip
=
39.107.78.220
mqtt.client.ip
=
127.0.0.1
mqtt.client.port
=
11883
mqtt.client.name
=
monitor-server
mqtt.client.client-
id
=
MS8011
mqtt.client.version
=
MQTT_5
mqtt.client.re-
interval
=
15000
wx.mp.config-
storage.type
=
Redisson
wx.mp.config-storage.key-
prefix
=
wa
wx.mp.config-
storage.redis.host
=
r-2zejlb88mng3q50aw7pd.redis.rds.aliyuncs.com
...
...
src/main/resources/application-test.properties
0 → 100644
View file @
9709925
################################## DATABASE ########################################
spring.datasource.url
=
jdbc:postgresql://pgm-2ze3cjpyjgjw0bl5uo.pg.rds.aliyuncs.com:1921/work-order-test
spring.datasource.username
=
vion
spring.datasource.password
=
jkou72j32m4K5d8k
spring.datasource.driver-class-
name
=
org.postgresql.Driver
spring.data.redis.host
=
r-2zejlb88mng3q50aw7pd.redis.rds.aliyuncs.com
spring.data.redis.password
=
RtOTnx2V
spring.data.redis.port
=
6379
spring.data.redis.database
=
8
mqtt.client.ext.ip
=
127.0.0.1
mqtt.client.ip
=
127.0.0.1
mqtt.client.port
=
11883
mqtt.client.name
=
monitor-server
mqtt.client.client-
id
=
MS8011
mqtt.client.version
=
MQTT_5
mqtt.client.re-
interval
=
15000
wx.mp.config-
storage.type
=
Redisson
wx.mp.config-storage.key-
prefix
=
wa
wx.mp.config-
storage.redis.host
=
52.131.82.37
wx.mp.config-
storage.redis.password
=
=vionredis
wx.mp.config-
storage.redis.port
=
7379
wx.mp.config-
storage.redis.database
=
9
fileUrl
=
D:/pic
ding.appkey
=
dingkrzwks0jpi2di3uo
ding.appsecret
=
Ul5UTZqIost_kEAdfZXidvLoZhzvraYurm_g7PCHg-IrDMLHT7mdSgRS1iCHrDPt
xbongbong.corpid
=
ding6bb660048f7ae2dcee0f45d8e4f7c288
xbongbong.token
=
c7f9264e9e1687866c37032295552610
geo.asn.path
=
./GeoLite2-ASN.mmdb
geo.city.path
=
./GeoLite2-City.mmdb
mybatis-plus.configuration.log-
impl
=
org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
src/main/resources/application.yml
View file @
9709925
...
...
@@ -4,7 +4,7 @@ server:
spring
:
profiles
:
active
:
dev
active
:
test
servlet
:
multipart
:
max-file-size
:
100MB
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment