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
c370404b
Commit
c370404b
authored
Nov 20, 2021
by
顾文旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql ip connect
parent
848bca32
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
478 additions
and
23 deletions
+478
-23
mysql-ym.ini
mysql-ym.ini
+455
-0
mysql.ini
mysql.ini
+23
-23
No files found.
mysql-ym.ini
0 → 100755
View file @
c370404b
This diff is collapsed.
Click to expand it.
mysql.ini
View file @
c370404b
...
...
@@ -12,8 +12,8 @@ merchant.connect_timeout=2
merchant.username
=
'bp_rw'
merchant.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
merchant.charset
=
'utf8mb4'
merchant.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
merchant.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
merchant.write.host
=
'
10.9.99.132
:3306'
merchant.read.host
=
'
10.9.99.132
:3306'
; 预发环境
...
...
@@ -44,8 +44,8 @@ interaction.connect_timeout=2
interaction.username
=
'bp_rw'
interaction.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
interaction.charset
=
'utf8mb4'
interaction.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
interaction.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
interaction.write.host
=
'
10.9.99.132
:3306'
interaction.read.host
=
'
10.9.99.132
:3306'
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
...
...
@@ -53,8 +53,8 @@ merchant.connect_timeout=2
merchant.username
=
'bp_rw'
merchant.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
merchant.charset
=
'utf8mb4'
merchant.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
merchant.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
merchant.write.host
=
'
10.9.99.132
:3306'
merchant.read.host
=
'
10.9.99.132
:3306'
;;导数据专用--线上
;dao.database_type='mysql'
...
...
@@ -122,8 +122,8 @@ goods.connect_timeout=2
goods.username
=
'bp_rw'
goods.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
goods.charset
=
'utf8mb4'
goods.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
goods.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
goods.write.host
=
'
10.9.99.132
:3306'
goods.read.host
=
'
10.9.99.132
:3306'
marketing.database_type
=
'mysql'
marketing.database_name
=
'marketing'
...
...
@@ -131,8 +131,8 @@ marketing.connect_timeout=2
marketing.username
=
'bp_rw'
marketing.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
marketing.charset
=
'utf8mb4'
marketing.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
marketing.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
marketing.write.host
=
'
10.9.99.132
:3306'
marketing.read.host
=
'
10.9.99.132
:3306'
; 预发环境
...
...
@@ -176,9 +176,9 @@ tccIndex.connect_timeout=2
tccIndex.username
=
'bp_rw'
tccIndex.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
tccIndex.charset
=
'utf8mb4'
tccIndex.write.host
=
'
bp.db.jwshq-inc.cn:3306,bp.db.jwshq-inc.cn
:3306'
tccIndex.read.host
[]
='
bp.db.jwshq-inc.cn:3306,bp.db.jwshq-inc.cn
:3306'
tccIndex.read.host
[]
='
bp.db.jwshq-inc.cn:3306,bp.db.jwshq-inc.cn
:3306'
tccIndex.write.host
=
'
10.9.99.132:3306,10.9.99.132
:3306'
tccIndex.read.host
[]
='
10.9.99.132:3306,10.9.99.132
:3306'
tccIndex.read.host
[]
='
10.9.99.132:3306,10.9.99.132
:3306'
[dev-tcc : tcc : common]
...
...
@@ -232,8 +232,8 @@ order.connect_timeout=2
order.username
=
'bp_rw'
order.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
order.charset
=
'utf8mb4'
order.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
order.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
order.write.host
=
'
10.9.99.132
:3306'
order.read.host
=
'
10.9.99.132
:3306'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type
=
'mysql'
...
...
@@ -308,8 +308,8 @@ pay.connect_timeout=2
pay.username
=
'bp_rw'
pay.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
pay.charset
=
'utf8mb4'
pay.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
pay.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
pay.write.host
=
'
10.9.99.132
:3306'
pay.read.host
=
'
10.9.99.132
:3306'
; 预发环境
[perf-pay : prod-pay : pay : common]
...
...
@@ -340,8 +340,8 @@ account.connect_timeout=2
account.username
=
'bp_rw'
account.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
account.charset
=
'utf8mb4'
account.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
account.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
account.write.host
=
'
10.9.99.132
:3306'
account.read.host
=
'
10.9.99.132
:3306'
; 预发环境
[perf-account : prod-account : account : common]
...
...
@@ -371,8 +371,8 @@ wallet.connect_timeout=2
wallet.username
=
'bp_rw'
wallet.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
wallet.charset
=
'utf8mb4'
wallet.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
wallet.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
wallet.write.host
=
'
10.9.99.132
:3306'
wallet.read.host
=
'
10.9.99.132
:3306'
; 预发环境
...
...
@@ -402,8 +402,8 @@ coupon.connect_timeout=2
coupon.username
=
'bp_rw'
coupon.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
coupon.charset
=
'utf8mb4'
coupon.write.host
=
'
bp.db.jwshq-inc.cn
:3306'
coupon.read.host
=
'
bp.db.jwshq-inc.cn
:3306'
coupon.write.host
=
'
10.9.99.132
:3306'
coupon.read.host
=
'
10.9.99.132
:3306'
; 预发环境
[perf-coupon : prod-coupon : wallet : common]
...
...
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