Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
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
pseer
gxpt_ht
Commits
bb0c2821
Commit
bb0c2821
authored
Aug 15, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改正式环境配置文件
parent
adae93c7
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
75 additions
and
26 deletions
+75
-26
application-prod.yml
share-admin/src/main/resources/application-prod.yml
+22
-7
application.yml
share-admin/src/main/resources/application.yml
+1
-1
application-prod.yml
share-front/src/main/resources/application-prod.yml
+27
-8
application.yml
share-front/src/main/resources/application.yml
+1
-1
application-prod.yml
share-quartz/src/main/resources/application-prod.yml
+23
-8
application.yml
share-quartz/src/main/resources/application.yml
+1
-1
No files found.
share-admin/src/main/resources/application-prod.yml
View file @
bb0c2821
...
...
@@ -9,7 +9,7 @@ ruoyi:
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
profile
:
/
Users/workspace
/uploadPath
profile
:
/
var/gxpt
/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数字计算 char 字符验证
...
...
@@ -30,7 +30,7 @@ wx:
secret
:
7339f117e85876a0dfe10ea1ed47340e
token
:
coujio
aesKey
:
zf8vTHbI0ZDPTkkCXHEuwh9EbtVtOn6n4vQjMb9OFrS
msgDataFormat
:
XML
msgDataFormat
:
JSON
#微信公众号配置
official
:
account
:
...
...
@@ -171,12 +171,24 @@ spring:
defaultTopic
:
"
ydlink/#"
completion-timeout
:
15000
is-subscribe-topic
:
true
# sms:
# url: "http://121.36.230.249:7862/smsv2"
# username: "799243"
# password: "RjaI8uA"
# extno: "10690"
# signature: "【凑角】"
sms
:
url
:
"
http
://121.36.230.249:7862/smsv2
"
username
:
"
799243
"
password
:
"
RjaI8uA
"
extno
:
"
10690
"
url
:
"
http
s://api-shss.zthysms.com
"
username
:
"
yxkjhy
"
password
:
"
)@nhctX7
"
extno
:
"
99999
"
signature
:
"
【凑角】"
#sms:
# url: "http://43.137.43.203:8001/sms"
# username: "799046"
# password: "mTPLoCadtv2V"
# extno: "10659"
# signature: "【凑角】"
# token配置
token
:
...
...
@@ -185,7 +197,7 @@ token:
# 令牌密钥
secret
:
abcdefghijklmnopqrstuvwxyz
# 令牌有效期(默认30分钟)
expireTime
:
3
0
expireTime
:
6
0
# MyBatis配置
mybatis
:
...
...
@@ -224,6 +236,9 @@ meituan:
dianping
:
appKey
:
a59ea57cd1eb4737
appSecret
:
0caaabb7fda1c1be46636171548dcf510d1fb706
authCode
:
abcdefghijklmnopqrstuvwxyz
openShoopUuid
:
5067d2db1311d32a0ff366c79a73df51
#订单
order
:
allow-refund-time
:
3600
mqtt
:
...
...
share-admin/src/main/resources/application.yml
View file @
bb0c2821
...
...
@@ -4,7 +4,7 @@ spring:
# 国际化资源文件路径
basename
:
i18n/messages
profiles
:
active
:
test
active
:
prod
# 文件上传
servlet
:
multipart
:
...
...
share-front/src/main/resources/application-prod.yml
View file @
bb0c2821
...
...
@@ -9,7 +9,7 @@ ruoyi:
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
profile
:
/
home
/gxpt/uploadPath
profile
:
/
var
/gxpt/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数字计算 char 字符验证
...
...
@@ -20,7 +20,7 @@ wechat:
appSecret
:
7339f117e85876a0dfe10ea1ed47340e
mchId
:
1658895429
signKey
:
ZEKu56XCezuESfNEdM4zVZEN3cz2PuHz
certPath
:
/
Users/project/pseer
/apiclient_cert.p12
certPath
:
/
var/gxpt/wechat_ssl
/apiclient_cert.p12
token
:
coujio
miniprogram_state
:
formal
wx
:
...
...
@@ -171,12 +171,24 @@ spring:
defaultTopic
:
"
ydlink/#"
completion-timeout
:
15000
is-subscribe-topic
:
false
# sms:
# url: "http://121.36.230.249:7862/smsv2"
# username: "799243"
# password: "RjaI8uA"
# extno: "10690"
# signature: "【凑角】"
sms
:
url
:
"
http
://121.36.230.249:7862/smsv2
"
username
:
"
799243
"
password
:
"
RjaI8uA
"
extno
:
"
10690
"
url
:
"
http
s://api-shss.zthysms.com
"
username
:
"
yxkjhy
"
password
:
"
)@nhctX7
"
extno
:
"
99999
"
signature
:
"
【凑角】"
#sms:
# url: "http://43.137.43.203:8001/sms"
# username: "799046"
# password: "mTPLoCadtv2V"
# extno: "10659"
# signature: "【凑角】"
# token配置
token
:
...
...
@@ -185,7 +197,7 @@ token:
# 令牌密钥
secret
:
abcdefghijklmnopqrstuvwxyz
# 令牌有效期(默认30分钟)
expireTime
:
3
0
expireTime
:
6
0
# MyBatis配置
mybatis
:
...
...
@@ -217,9 +229,16 @@ xss:
excludes
:
/system/notice
# 匹配链接
urlPatterns
:
/system/*,/monitor/*,/tool/*
meituan
:
developerId
:
123456
signKey
:
abcdefghijklmnopqrstuvwxyz
appAuthToken
:
abcdefghijklmnopqrstuvwxyz
dianping
:
appKey
:
a59ea57cd1eb4737
appSecret
:
0caaabb7fda1c1be46636171548dcf510d1fb706
authCode
:
abcdefghijklmnopqrstuvwxyz
openShoopUuid
:
5067d2db1311d32a0ff366c79a73df51
#订单
order
:
allow-refund-time
:
3600
...
...
@@ -227,4 +246,4 @@ mqtt:
device-op-last-time
:
-5
device-gateway-last-report-time
:
-10
api
:
domain
:
https://www.coujio.com
domain
:
https://www.coujio.com
/
share-front/src/main/resources/application.yml
View file @
bb0c2821
...
...
@@ -4,7 +4,7 @@ spring:
# 国际化资源文件路径
basename
:
i18n/messages
profiles
:
active
:
test
active
:
prod
# 文件上传
servlet
:
multipart
:
...
...
share-quartz/src/main/resources/application-prod.yml
View file @
bb0c2821
...
...
@@ -9,7 +9,7 @@ ruoyi:
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
profile
:
/
Users/workspace
/uploadPath
profile
:
/
var/gxpt
/uploadPath
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数字计算 char 字符验证
...
...
@@ -30,7 +30,7 @@ wx:
secret
:
7339f117e85876a0dfe10ea1ed47340e
token
:
coujio
aesKey
:
zf8vTHbI0ZDPTkkCXHEuwh9EbtVtOn6n4vQjMb9OFrS
msgDataFormat
:
XML
msgDataFormat
:
JSON
#微信公众号配置
official
:
account
:
...
...
@@ -51,7 +51,7 @@ saobei:
# 开发环境配置
server
:
# 服务器的HTTP端口,默认为8080
port
:
888
2
port
:
888
4
servlet
:
# 应用的访问路径
context-path
:
/
...
...
@@ -171,12 +171,24 @@ spring:
defaultTopic
:
"
ydlink/#"
completion-timeout
:
15000
is-subscribe-topic
:
true
# sms:
# url: "http://121.36.230.249:7862/smsv2"
# username: "799243"
# password: "RjaI8uA"
# extno: "10690"
# signature: "【凑角】"
sms
:
url
:
"
http
://121.36.230.249:7862/smsv2
"
username
:
"
799243
"
password
:
"
RjaI8uA
"
extno
:
"
10690
"
url
:
"
http
s://api-shss.zthysms.com
"
username
:
"
yxkjhy
"
password
:
"
)@nhctX7
"
extno
:
"
99999
"
signature
:
"
【凑角】"
#sms:
# url: "http://43.137.43.203:8001/sms"
# username: "799046"
# password: "mTPLoCadtv2V"
# extno: "10659"
# signature: "【凑角】"
# token配置
token
:
...
...
@@ -185,7 +197,7 @@ token:
# 令牌密钥
secret
:
abcdefghijklmnopqrstuvwxyz
# 令牌有效期(默认30分钟)
expireTime
:
3
0
expireTime
:
6
0
# MyBatis配置
mybatis
:
...
...
@@ -224,6 +236,9 @@ meituan:
dianping
:
appKey
:
a59ea57cd1eb4737
appSecret
:
0caaabb7fda1c1be46636171548dcf510d1fb706
authCode
:
abcdefghijklmnopqrstuvwxyz
openShoopUuid
:
5067d2db1311d32a0ff366c79a73df51
#订单
order
:
allow-refund-time
:
3600
mqtt
:
...
...
share-quartz/src/main/resources/application.yml
View file @
bb0c2821
...
...
@@ -4,7 +4,7 @@ spring:
# 国际化资源文件路径
basename
:
i18n/messages
profiles
:
active
:
test
active
:
prod
# 文件上传
servlet
:
multipart
:
...
...
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