Commit 8b1ec3b5 authored by 卢洪光's avatar 卢洪光

Merge branch 'chicken_v1' into 'master'

add:chicken database config

See merge request bp/yaconf!56
parents 636bd6cc cd3c9cec
...@@ -505,3 +505,43 @@ coupon.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' ...@@ -505,3 +505,43 @@ coupon.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
coupon.charset='utf8mb4' coupon.charset='utf8mb4'
coupon.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306' coupon.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306'
coupon.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306' coupon.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[shq-c-server : common]
; 生产环境
[prod-shq-c-server : shq-c-server : common]
shqc.database_type='mysql'
shqc.database_name='shqc'
shqc.connect_timeout=2
shqc.username='bp_shqc_rw'
shqc.password='wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
shqc.charset='utf8mb4'
shqc.write.host='w.bp_shqc.int.yidian-inc.com:3306'
shqc.read.host='r.bp_shqc_1.int.yidian-inc.com:3306,r.bp_shqc_2.int.yidian-inc.com:3306'
; 预发环境
[perf-shq-c-server : prod-shq-c-server : shq-c-server : common]
; 测试环境
[test-shq-c-server : shq-c-server : common]
shqc.database_type='mysql'
shqc.database_name='shqc'
shqc.connect_timeout=2
shqc.username='bp_rw'
shqc.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
shqc.charset='utf8mb4'
shqc.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
shqc.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-shq-c-server : shq-c-server : common]
shqc.database_type='mysql'
shqc.database_name='shqc'
shqc.connect_timeout=2
shqc.username='bp_rw'
shqc.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
shqc.charset='utf8mb4'
shqc.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306'
shqc.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
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