Commit 81997b66 authored by guozhiyuan's avatar guozhiyuan

Merge branch 'master' of https://gitlab.yidian-inc.com/bp/yaconf

parents 4cf2fc56 2ae833ec
......@@ -345,17 +345,31 @@ goods.consumer.goods_add = "http://goods.dev.yidian-inc.com/goods/goods/add"
; ======================= merchant ==================================================================================
; ======================= goods ==================================================================================
[prod-goods : prod]
[perf-goods : perf : prod-goods]
[test-goods : test]
[dev-goods : dev : test-goods]
; ======================= order ==================================================================================
[prod-order : prod]
[perf-order : perf : prod-order]
[test-order : test]
[dev-order : dev : test-order]
; ======================= merchant ==================================================================================
; ======================= pay ==================================================================================
[prod-goods : prod]
[perf-goods : perf : prod-goods]
[test-goods : test]
[dev-goods : dev : test-goods]
; ======================= interaction ==================================================================================
[prod-interaction : prod]
merchant.account.get_role_list = "http://merchant.int.yidian-inc.com/lifeaccount/account/get_role_list"
......
......@@ -20,7 +20,7 @@ merchant.read.host='r.bp_merchant_1.int.yidian-inc.com:3306,r.bp_merchant_2.int.
[perf-merchant : prod-merchant : merchant : common]
; 测试环境
[test-merchant : prod-merchant : merchant : common]
[test-merchant : merchant : common]
merchant.database_type='mysql'
merchant.database_name='merchant'
merchant.connect_timeout=2
......@@ -31,7 +31,7 @@ merchant.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
merchant.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-merchant : prod-merchant : merchant : common]
[dev-merchant : merchant : common]
merchant.database_type='mysql'
merchant.database_name='merchant'
merchant.connect_timeout=2
......@@ -57,7 +57,7 @@ interaction.read.host='r.bp_interaction_1.int.yidian-inc.com:3306,r.bp_interacti
[perf-merchant : prod-merchant : merchant : common]
; 测试环境
[test-interaction : prod-interaction : interaction : common]
[test-interaction : interaction : common]
interaction.database_type='mysql'
interaction.database_name='interaction'
interaction.connect_timeout=2
......@@ -68,7 +68,7 @@ interaction.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
interaction.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-interaction : prod-interaction : interaction : common]
[dev-interaction : interaction : common]
interaction.database_type='mysql'
interaction.database_name='interaction'
interaction.connect_timeout=2
......@@ -88,7 +88,7 @@ interaction.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysq
[perf-goods : prod-goods : merchant : common]
; 测试环境
[test-goods : prod-goods : merchant : common]
[test-goods : merchant : common]
goods.database_type='mysql'
goods.database_name='goods'
goods.connect_timeout=2
......@@ -107,8 +107,8 @@ distribution.charset='utf8mb4'
distribution.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306'
distribution.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
开发联调测试
[dev-goods : prod-goods : merchant : common]
; 开发联调测试
[dev-goods : merchant : common]
goods.database_type='mysql'
goods.database_name='goods'
goods.connect_timeout=2
......@@ -142,4 +142,34 @@ tccIndex.write.host='w.bp_test_mysql5.int.yidian-inc.com:3310'
tccIndex.read.host[]='r.bp_test_mysql5_1.int.yidian-inc.com:3310'
tccIndex.read.host[]='r.bp_test_mysql5_2.int.yidian-inc.com:3310'
[test-tcc : dev-tcc]
\ No newline at end of file
[test-tcc : dev-tcc]
[order : common]
; 生产环境
[prod-order : order : common]
; 预发环境
[perf-order : prod-order : order : common]
; 测试环境
[test-order : order : common]
order.database_type='mysql'
order.database_name='order'
order.connect_timeout=2
order.username='bp_test_rw'
order.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
order.charset='utf8mb4'
order.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
order.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 开发联调测试
[dev-order : order : common]
order.database_type='mysql'
order.database_name='order'
order.connect_timeout=2
order.username='bp_test_rw'
order.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
order.charset='utf8mb4'
order.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306'
order.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
......@@ -90,4 +90,34 @@ cacheConnect.timeout=1
cacheConnect.serializer='none'
cacheConnect.prefix=''
[pre-interaction : prod-interaction : prod-merchant : merchant : common]
\ No newline at end of file
[pref-interaction : prod-interaction : prod-merchant : merchant : common]
[goods : common]
[prod-goods : goods : common]
cacheConnect.mode='codis'
cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18136/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='none'
cacheConnect.prefix=''
[perf-goods : goods : common]
[test-goods : goods : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
cacheConnect.mode='codis'
cacheConnect.topom='http://10.126.165.6:18080/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='none'
cacheConnect.prefix=''
[dev-goods : test-goods : goods : common]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment