Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
985702bc
Commit
985702bc
authored
Nov 19, 2021
by
terrfly
Browse files
三个系统的yml添加配置信息
parent
3a4af7b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
conf/devCommons/config/application.yml
View file @
985702bc
...
...
@@ -90,6 +90,9 @@ isys:
#是否允许跨域请求 [生产环境建议关闭, 若api与前端项目没有在同一个域名下时,应开启此配置或在nginx统一配置允许跨域]
allow-cors
:
true
#是否内存缓存配置信息: true表示开启如支付网关地址/商户应用配置/服务商配置等, 开启后需检查MQ的广播模式是否正常; false表示直接查询DB.
cache-config
:
false
oss
:
file-root-path
:
/home/jeepay/upload
#存储根路径 ( 无需以‘/’结尾 )
file-public-path
:
${isys.oss.file-root-path}/public
#公共读取块 ( 一般配合root-path参数进行设置,需以‘/’ 开头, 无需以‘/’结尾 )
...
...
conf/manager/application.yml
View file @
985702bc
...
...
@@ -103,6 +103,9 @@ isys:
#是否允许跨域请求 [生产环境建议关闭, 若api与前端项目没有在同一个域名下时,应开启此配置或在nginx统一配置允许跨域]
allow-cors
:
true
#是否内存缓存配置信息: true表示开启如支付网关地址/商户应用配置/服务商配置等, 开启后需检查MQ的广播模式是否正常; false表示直接查询DB.
cache-config
:
false
oss
:
file-root-path
:
/home/jeepay/upload
#存储根路径 ( 无需以‘/’结尾 )
file-public-path
:
${isys.oss.file-root-path}/public
#公共读取块 ( 一般配合root-path参数进行设置,需以‘/’ 开头, 无需以‘/’结尾 )
...
...
conf/merchant/application.yml
View file @
985702bc
...
...
@@ -103,6 +103,9 @@ isys:
#是否允许跨域请求 [生产环境建议关闭, 若api与前端项目没有在同一个域名下时,应开启此配置或在nginx统一配置允许跨域]
allow-cors
:
true
#是否内存缓存配置信息: true表示开启如支付网关地址/商户应用配置/服务商配置等, 开启后需检查MQ的广播模式是否正常; false表示直接查询DB.
cache-config
:
false
oss
:
file-root-path
:
/home/jeepay/upload
#存储根路径 ( 无需以‘/’结尾 )
file-public-path
:
${isys.oss.file-root-path}/public
#公共读取块 ( 一般配合root-path参数进行设置,需以‘/’ 开头, 无需以‘/’结尾 )
...
...
conf/payment/application.yml
View file @
985702bc
...
...
@@ -101,6 +101,9 @@ isys:
#是否允许跨域请求 [生产环境建议关闭, 若api与前端项目没有在同一个域名下时,应开启此配置或在nginx统一配置允许跨域]
allow-cors
:
true
#是否内存缓存配置信息: true表示开启如支付网关地址/商户应用配置/服务商配置等, 开启后需检查MQ的广播模式是否正常; false表示直接查询DB.
cache-config
:
false
oss
:
file-root-path
:
/home/jeepay/upload
#存储根路径 ( 无需以‘/’结尾 )
file-public-path
:
${isys.oss.file-root-path}/public
#公共读取块 ( 一般配合root-path参数进行设置,需以‘/’ 开头, 无需以‘/’结尾 )
...
...
Write
Preview
Supports
Markdown
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