Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yaconf
Project
Project
Details
Activity
Releases
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
bp
yaconf
Commits
768a7a98
Commit
768a7a98
authored
Nov 13, 2021
by
顾文旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
0b1e4a40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
343 deletions
+13
-343
mysql.ini
mysql.ini
+13
-343
No files found.
mysql.ini
View file @
768a7a98
...
...
@@ -5,7 +5,7 @@
[merchant : common]
; 生产环境
[
prod
-merchant : merchant : common]
[
test
-merchant : merchant : common]
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.connect_timeout
=
2
...
...
@@ -16,35 +16,11 @@ merchant.write.host='w.bp_merchant.int.yidian-inc.com:3306'
merchant.read.host
=
'r.bp_merchant_1.int.yidian-inc.com:3306,r.bp_merchant_2.int.yidian-inc.com:3306'
; 预发环境
[perf-merchant : prod-merchant : merchant : common]
; 测试环境
[test-merchant : merchant : common]
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.connect_timeout
=
2
merchant.username
=
'bp_rw'
merchant.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
merchant.charset
=
'utf8mb4'
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 : merchant : common]
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.connect_timeout
=
2
merchant.username
=
'bp_rw'
merchant.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
merchant.charset
=
'utf8mb4'
merchant.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
merchant.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[interaction : common]
; 生产环境
[
prod
-interaction : interaction : common]
[
test
-interaction : interaction : common]
interaction.database_type
=
'mysql'
interaction.database_name
=
'interaction'
interaction.connect_timeout
=
2
...
...
@@ -82,74 +58,12 @@ fu.charset='utf8mb4'
fu.write.host
=
'10.136.150.2:3307'
fu.read.host
=
'10.136.150.2:3307'
; 预发环境
[perf-interaction : prod-interaction : interaction : common]
; 测试环境
[test-interaction : interaction : common]
interaction.database_type
=
'mysql'
interaction.database_name
=
'interaction'
interaction.connect_timeout
=
2
interaction.username
=
'bp_rw'
interaction.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
interaction.charset
=
'utf8mb4'
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'
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.connect_timeout
=
2
merchant.username
=
'bp_rw'
merchant.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
merchant.charset
=
'utf8mb4'
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'
fu.database_type
=
'mysql'
fu.database_name
=
'interaction2'
fu.connect_timeout
=
2
fu.username
=
'bp_rw'
fu.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
fu.charset
=
'utf8mb4'
fu.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
fu.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-interaction : interaction : common]
interaction.database_type
=
'mysql'
interaction.database_name
=
'interaction'
interaction.connect_timeout
=
2
interaction.username
=
'bp_rw'
interaction.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
interaction.charset
=
'utf8mb4'
interaction.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
interaction.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.connect_timeout
=
2
merchant.username
=
'bp_rw'
merchant.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
merchant.charset
=
'utf8mb4'
merchant.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
merchant.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
fu.database_type
=
'mysql'
fu.database_name
=
'interaction2'
fu.connect_timeout
=
2
fu.username
=
'bp_rw'
fu.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
fu.charset
=
'utf8mb4'
fu.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
fu.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[goods : common]
; 生产环境
[
prod
-goods : goods : common]
[
test
-goods : goods : common]
goods.database_type
=
'mysql'
goods.database_name
=
'goods'
goods.connect_timeout
=
2
...
...
@@ -169,51 +83,8 @@ marketing.write.host='w.bp_marketing.int.yidian-inc.com:3306'
marketing.read.host
=
'r.bp_marketing_1.int.yidian-inc.com:3306,r.bp_marketing_2.int.yidian-inc.com:3306'
; 预发环境
[perf-goods : prod-goods : goods : common]
; 测试环境
[test-goods : goods : common]
goods.database_type
=
'mysql'
goods.database_name
=
'goods'
goods.connect_timeout
=
2
goods.username
=
'bp_rw'
goods.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
goods.charset
=
'utf8mb4'
goods.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
goods.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
marketing.database_type
=
'mysql'
marketing.database_name
=
'marketing'
marketing.connect_timeout
=
2
marketing.username
=
'bp_rw'
marketing.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
marketing.charset
=
'utf8mb4'
marketing.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
marketing.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 开发联调测试
[dev-goods : goods : common]
goods.database_type
=
'mysql'
goods.database_name
=
'goods'
goods.connect_timeout
=
2
goods.username
=
'bp_rw'
goods.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
goods.charset
=
'utf8mb4'
goods.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
goods.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
marketing.database_type
=
'mysql'
marketing.database_name
=
'marketing'
marketing.connect_timeout
=
2
marketing.username
=
'bp_rw'
marketing.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
marketing.charset
=
'utf8mb4'
marketing.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
marketing.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
...
...
@@ -235,19 +106,19 @@ tccIndex.read.host[]='r.bp_tcc_b_1.int.yidian-inc.com:3306,r.bp_tcc_b_2.int.yidi
tccIndex.database_type
=
'mysql'
tccIndex.database_name
=
'bp_tcc'
tccIndex.connect_timeout
=
2
tccIndex.username
=
'bp_rw'
tccIndex.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
tccIndex.username
=
'bp_
tcc_
rw'
tccIndex.password
=
'
wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx
'
tccIndex.charset
=
'utf8mb4'
tccIndex.write.host
=
'w.bp_t
est_mysql5.int.yidian-inc.com:3310
'
tccIndex.read.host
[]
='r.bp_t
est_mysql5_1.int.yidian-inc.com:3310,r.bp_test_mysql5_1.int.yidian-inc.com:3310
'
tccIndex.read.host
[]
='r.bp_t
est_mysql5_2.int.yidian-inc.com:3310,r.bp_test_mysql5_2.int.yidian-inc.com:3310
'
tccIndex.write.host
=
'w.bp_t
cc_a.int.yidian-inc.com:3306,w.bp_tcc_b.int.yidian-inc.com:3306
'
tccIndex.read.host
[]
='r.bp_t
cc_a_1.int.yidian-inc.com:3306,r.bp_tcc_a_2.int.yidian-inc.com:3306
'
tccIndex.read.host
[]
='r.bp_t
cc_b_1.int.yidian-inc.com:3306,r.bp_tcc_b_2.int.yidian-inc.com:3306
'
[test-tcc : dev-tcc]
[order : common]
; 生产环境
[
prod
-order : order : common]
[
test
-order : order : common]
order.database_type
=
'mysql'
order.database_name
=
'order'
order.connect_timeout
=
2
...
...
@@ -279,83 +150,16 @@ zhiyue.write.host='zhiyue-slave.db.appgc.yidian-inc.com:4066'
zhiyue.read.host
=
'zhiyue-slave.db.appgc.yidian-inc.com:4066'
; 预发环境
[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_rw'
order.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
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'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type
=
'mysql'
commerce.database_name
=
'commerce'
commerce.connect_timeout
=
2
commerce.username
=
'commerce_rw'
commerce.password
=
'zhd8IJZdpAgxyvc6EVPP3VG8'
commerce.charset
=
'utf8mb4'
commerce.write.host
=
'commerce.db.appgc.yidian-inc.com:4066'
commerce.read.host
=
'commerce.db.appgc.yidian-inc.com:4066'
; 生活号 接龙拼单 用户信息
zhiyue.database_type
=
'mysql'
zhiyue.database_name
=
'zhiyue'
zhiyue.connect_timeout
=
2
zhiyue.username
=
'zhiyue_ro'
zhiyue.password
=
's5JEh#FUvX%7P3sO9ZDQw&cpH$Xr8Q'
zhiyue.charset
=
'utf8mb4'
zhiyue.write.host
=
'zhiyue-slave.db.appgc.yidian-inc.com:4066'
zhiyue.read.host
=
'zhiyue-slave.db.appgc.yidian-inc.com:4066'
; 开发联调测试
[dev-order : order : common]
order.database_type
=
'mysql'
order.database_name
=
'order'
order.connect_timeout
=
2
order.username
=
'bp_rw'
order.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
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'
order.read.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type
=
'mysql'
commerce.database_name
=
'commerce'
commerce.connect_timeout
=
2
commerce.username
=
'shq_rw'
commerce.password
=
'@Z0#ylCRgPKx4v1bjqH5#mNP%9UO7t'
commerce.charset
=
'utf8mb4'
commerce.write.host
=
'10.126.154.178:3306'
commerce.read.host
=
'10.126.154.178:3306'
; 生活号 接龙拼单 用户信息
zhiyue.database_type
=
'mysql'
zhiyue.database_name
=
'zhiyue'
zhiyue.connect_timeout
=
2
zhiyue.username
=
'zhiyue_ro'
zhiyue.password
=
's5JEh#FUvX%7P3sO9ZDQw&cpH$Xr8Q'
zhiyue.charset
=
'utf8mb4'
zhiyue.write.host
=
'zhiyue-slave.db.appgc.yidian-inc.com:4066'
zhiyue.read.host
=
'zhiyue-slave.db.appgc.yidian-inc.com:4066'
[pay : common]
; 生产环境
[
prod
-pay : pay : common]
[
test
-pay : pay : common]
pay.database_type
=
'mysql'
pay.database_name
=
'pay'
pay.connect_timeout
=
2
...
...
@@ -365,37 +169,13 @@ pay.charset='utf8mb4'
pay.write.host
=
'w.bp_pay.int.yidian-inc.com:3306'
pay.read.host
=
'r.bp_pay_1.int.yidian-inc.com:3306,r.bp_pay_2.int.yidian-inc.com:3306'
; 预发环境
[perf-pay : prod-pay : pay : common]
; 测试环境
[test-pay : pay : common]
pay.database_type
=
'mysql'
pay.database_name
=
'pay'
pay.connect_timeout
=
2
pay.username
=
'bp_rw'
pay.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
pay.charset
=
'utf8mb4'
pay.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
pay.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-pay : pay : common]
pay.database_type
=
'mysql'
pay.database_name
=
'pay'
pay.connect_timeout
=
2
pay.username
=
'bp_rw'
pay.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
pay.charset
=
'utf8mb4'
pay.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
pay.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[account : common]
; 生产环境
[
prod
-account : account : common]
[
test
-account : account : common]
account.database_type
=
'mysql'
account.database_name
=
'account'
account.connect_timeout
=
2
...
...
@@ -405,36 +185,13 @@ account.charset='utf8mb4'
account.write.host
=
'w.bp_account.int.yidian-inc.com:3306'
account.read.host
=
'r.bp_account_1.int.yidian-inc.com:3306,r.bp_account_2.int.yidian-inc.com:3306'
; 预发环境
[perf-account : prod-account : account : common]
; 测试环境
[test-account : account : common]
account.database_type
=
'mysql'
account.database_name
=
'account'
account.connect_timeout
=
2
account.username
=
'bp_rw'
account.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
account.charset
=
'utf8mb4'
account.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
account.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-account : account : common]
account.database_type
=
'mysql'
account.database_name
=
'account'
account.connect_timeout
=
2
account.username
=
'bp_rw'
account.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
account.charset
=
'utf8mb4'
account.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
account.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[wallet : common]
; 生产环境
[
prod
-wallet : wallet : common]
[
test
-wallet : wallet : common]
wallet.database_type
=
'mysql'
wallet.database_name
=
'wallet'
wallet.connect_timeout
=
2
...
...
@@ -444,35 +201,12 @@ wallet.charset='utf8mb4'
wallet.write.host
=
'w.bp_wallet.int.yidian-inc.com:3306'
wallet.read.host
=
'r.bp_wallet_1.int.yidian-inc.com:3306,r.bp_wallet_2.int.yidian-inc.com:3306'
; 预发环境
[perf-wallet : prod-wallet : wallet : common]
; 测试环境
[test-wallet : wallet : common]
wallet.database_type
=
'mysql'
wallet.database_name
=
'wallet'
wallet.connect_timeout
=
2
wallet.username
=
'bp_rw'
wallet.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
wallet.charset
=
'utf8mb4'
wallet.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
wallet.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-wallet : wallet : common]
wallet.database_type
=
'mysql'
wallet.database_name
=
'wallet'
wallet.connect_timeout
=
2
wallet.username
=
'bp_rw'
wallet.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
wallet.charset
=
'utf8mb4'
wallet.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
wallet.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[coupon : common]
; 生产环境
[
prod
-coupon : coupon : common]
[
test
-coupon : coupon : common]
coupon.database_type
=
'mysql'
coupon.database_name
=
'coupon'
coupon.connect_timeout
=
2
...
...
@@ -482,67 +216,3 @@ coupon.charset='utf8mb4'
coupon.write.host
=
'w.bp_coupon.int.yidian-inc.com:3306'
coupon.read.host
=
'r.bp_coupon_1.int.yidian-inc.com:3306,r.bp_coupon_2.int.yidian-inc.com:3306'
; 预发环境
[perf-coupon : prod-coupon : wallet : common]
; 测试环境
[test-coupon : coupon : common]
coupon.database_type
=
'mysql'
coupon.database_name
=
'coupon'
coupon.connect_timeout
=
2
coupon.username
=
'bp_rw'
coupon.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
coupon.charset
=
'utf8mb4'
coupon.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
coupon.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-coupon : coupon : common]
coupon.database_type
=
'mysql'
coupon.database_name
=
'coupon'
coupon.connect_timeout
=
2
coupon.username
=
'bp_rw'
coupon.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
coupon.charset
=
'utf8mb4'
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'
[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'
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