Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-service-hmhj
Commits
f74bf489
Commit
f74bf489
authored
Mar 16, 2022
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置文件添加
parent
4c9eaa1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
4 deletions
+75
-4
application-dsm.yml
src/main/resources/application-dsm.yml
+72
-0
application-local.yml
src/main/resources/application-local.yml
+3
-4
No files found.
src/main/resources/application-dsm.yml
0 → 100644
View file @
f74bf489
# 霍煤鸿骏生产环境
server
:
exception
:
to
:
1327531085@qq.com;18463106881@163.com
form
:
ptlims_test@163.com
subject
:
霍煤鸿骏 hmhj服务异常
swagger
:
enable
:
true
service
:
api-url
:
http://api.dev.patzn.com:7000
url
:
http://api.dev.patzn.com:7000
erp-url
:
http://192.168.0.19:5050/api/LimsData/SaveData
spring
:
datasource
:
type
:
com.zaxxer.hikari.HikariDataSource
url
:
jdbc:postgresql://192.168.123.122:5433/dev_lims_hmhj
username
:
postgres
password
:
post123
dynamic
:
enabled
:
false
# 注册中心配置
cloud
:
consul
:
host
:
192.168.123.122
redis
:
database
:
0
host
:
meazty.fun
port
:
6379
password
:
rest123
mail
:
host
:
smtp.163.com
username
:
ptlims_test@163.com
password
:
QTXWOTEUSHARYDWT
port
:
25
protocol
:
smtp
default-encoding
:
UTF-8
rabbitmq
:
host
:
8.142.29.214
port
:
5672
username
:
mqbase
password
:
mqb123#@$5
virtual-host
:
/
topic
:
push-msg
:
pro.topic.push.msg
sys-log
:
pro.topic.sys.log
chemical-classify-warning
:
pro.topic.chemical.classify.warning
equip-check-msg
:
pro.topic.equip.check.msg
report-make-msg
:
pro.topic.report.make.msg
soil-work-msg
:
pro.topic.soil.work.msg
hmhj-work-msg
:
pro.topic.hmhj.work.msg
servlet
:
multipart
:
#设置 http 上传的临时目录
location
:
C:\patzn\upload_tmp
# Mongodb GridFS
data
:
mongodb
:
uri
:
mongodb://mongo:Mong$6358#@192.168.123.122:27154/lims
grid-fs-database
:
lims
# Mongodb GridFS 存储
oss
:
grid-fs
:
true
bucket-name
:
base
#libreOffice 安装信息
libreOffice
:
url
:
D:/Program Files/LibreOffice
### jobs
jobs
:
admin-address
:
http://api.dev.patzn.com:7000/print
\ No newline at end of file
src/main/resources/application-local.yml
View file @
f74bf489
...
...
@@ -13,7 +13,7 @@ service:
spring
:
datasource
:
type
:
com.zaxxer.hikari.HikariDataSource
url
:
jdbc:postgresql://
localhost:5432
/dev_lims_hmhj
url
:
jdbc:postgresql://
192.168.123.122:5433
/dev_lims_hmhj
username
:
postgres
password
:
post123
dynamic
:
...
...
@@ -21,7 +21,7 @@ spring:
# 注册中心配置
cloud
:
consul
:
host
:
localhost
host
:
192.168.123.122
redis
:
database
:
0
host
:
meazty.fun
...
...
@@ -55,8 +55,7 @@ spring:
# Mongodb GridFS
data
:
mongodb
:
#uri: mongodb://limsAdmin:devpt12!mg@192.168.0.142:27017/lims
uri
:
mongodb://mongo:Mong$6358#@localhost:27017/lims
uri
:
mongodb://mongo:Mong$6358#@192.168.123.122:27154/lims
grid-fs-database
:
lims
# Mongodb GridFS 存储
...
...
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