Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config_repository
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
config_repository
Commits
da5b2b89
Commit
da5b2b89
authored
Nov 21, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新配置
parent
6d2cfde4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
5 deletions
+42
-5
merchant-backend.properties
java/merchant-backend.properties
+42
-5
No files found.
java/merchant-backend.properties
View file @
da5b2b89
##############
#security
filter.allowedOrigin
=
*
filter.allowedHeaders
=
Origin, No-Cache, x-auth-token, X-Requested-With, If-Modified-Since, Pragma, Last-Modified, Cache-Control, Expires, Content-Type,Authorization
merchant.security.allowedRoutes
=
/operate/**,/inner/mall/**,/jd_category/**,/jd_brand/**,/ex/data/query/**,/**.html,/**.js,/product/**,/goodscreate/*,/mgr/digital/**,/category/*,/recommend_product/**,/merchant/*,/merchantmgr/active_refund_close,/property/*,/user/add_merchant,/merchantmgr/fix_history,/merchantmgr/user_activity_cancel,/faster_entrance/*,/user/update_user_password,/merchantmgr/update_jd_after_order_no,/merchantmgr/update_jd_order_status,/jdmgr/export_jdorder_lists,
\
/album/**,/commodity_salogan/**,/navigation/**,/life_entrance/**,/brand_recommend/**,/sale_product/*,/home_config/*,/brand/**,/jdmgr/*,/search_word/*,/default_word/*
########### mysql ###########
merchant.data.mysql.jdbc-url
=
jdbc:mysql://db:3306/merchant?useUnicode=true&characterEncoding=UTF8
merchant.data.mysql.user
=
qa
...
...
@@ -5,6 +14,9 @@ merchant.data.mysql.password=qatest
mall.data.jdbc-url
=
jdbc:mysql://db:3306/mall?useUnicode=true&characterEncoding=UTF8
mall.data.user
=
qa
mall.data.password
=
qatest
mall.data.unique-name
=
mallDatasource
mall.data.max-pool-size
=
100
mall.data.min-pool-size
=
10
########### redis ###########
...
...
@@ -18,14 +30,39 @@ rabbitmq.connection.port=5672
rabbitmq.connection.user
=
qa
rabbitmq.connection.password
=
qatest
rabbitmq.connection.virtual-host.mall
=
mall
rabbitmq.connection.queue.mallOrder
=
mallOrder
rabbitmq.mall.exchange
=
digital
rabbitmq.connection.queue.deliver
=
deliver
rabbitmq.connection.queue.receiveRefund
=
refund
rabbitmq.connection.queue.sendRefund
=
refundFeed
rabbitmq.connection.queue.jdOrder
=
jdOrder
####### backend service depend ######
# xyqb-mall
mall.notify.url
=
http://xyqb-mall
mall.notify.key
=
YthUiaVzdbhA0rKHNAHrDWNCDlOTj21K
####### The lack of config #######
rabbitmq.connection.queue.jdOrder
=
jdOrder
jd.query.url
=
192.168.4.241/api
mall.price.query.url
=
http://192.168.4.72:7019/ex/3c/getPrice?price=
merchant.schedule.execute
=
0
\ No newline at end of file
regExp
=
^/bill_order_detail/.*|/bill_order/.*|/settlement/.*$
#访问商品获取分期价格
mall.price.query.url
=
http://xyqb-mall/ex/3c/getPrice?price=
#新增定时任务配置
merchant.schedule.execute
=
1
jd.query.url
=
http://mock.q-gp.com/api
#excel path
merchant-bankend.tmp-path
=
/home/quant_group/project/
usersys.url
=
http://xyqb-user
xyqb.merchant.isdebug
=
1
product_sku_image_path
=
https://oic74zs8j.qnssl.com/
#运营后台优化新增配置
rabbitmq.refresh.exchange
=
refresh_cache
rabbitmq.connection.queue.appbackend_refresh
=
appbackend_refresh
rabbitmq.connection.queue.h5_refresh
=
h5_refresh
\ 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