Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
beddfc3c
Commit
beddfc3c
authored
Aug 10, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a8bc830a
8f6a7c0c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
7 deletions
+12
-7
src/Common/Pool/Config/BuyerPoolConfig.php
+2
-2
src/Common/Pool/Config/GoodsPoolConfig.php
+2
-1
src/Common/Pool/Config/SellerDistributionPoolConfig.php
+2
-1
src/Common/Pool/Config/SellerPoolConfig.php
+2
-1
src/Common/Pool/Config/StorePoolConfig.php
+2
-1
src/Common/Pool/Config/VipPoolConfig.php
+2
-1
No files found.
src/Common/Pool/Config/BuyerPoolConfig.php
View file @
beddfc3c
...
...
@@ -75,8 +75,8 @@ class BuyerPoolConfig extends PoolProperties
*
*/
protected
$uri
=
[
"172.21.0.
2
:8099"
,
"172.16.255.
174
:8099"
"172.21.0.
48
:8099"
,
"172.16.255.
2
:8099"
];
...
...
src/Common/Pool/Config/GoodsPoolConfig.php
View file @
beddfc3c
...
...
@@ -78,7 +78,8 @@ class GoodsPoolConfig extends PoolProperties
* @var array
*/
protected
$uri
=
[
'192.168.3.39:8400'
,
'172.21.0.9:8099'
,
'172.16.255.13:8099'
,
];
/**
...
...
src/Common/Pool/Config/SellerDistributionPoolConfig.php
View file @
beddfc3c
...
...
@@ -78,7 +78,8 @@ class SellerDistributionPoolConfig extends PoolProperties
* @var array
*/
protected
$uri
=
[
'192.168.3.39:8100'
,
'172.21.0.46:8099'
,
'172.16.255.116:8099'
,
];
/**
...
...
src/Common/Pool/Config/SellerPoolConfig.php
View file @
beddfc3c
...
...
@@ -78,7 +78,8 @@ class SellerPoolConfig extends PoolProperties
* @var array
*/
protected
$uri
=
[
'192.168.3.39:8099'
,
'172.21.0.19:8099'
,
'172.16.255.30:8099'
,
];
/**
...
...
src/Common/Pool/Config/StorePoolConfig.php
View file @
beddfc3c
...
...
@@ -78,7 +78,8 @@ class StorePoolConfig extends PoolProperties
* @var array
*/
protected
$uri
=
[
'192.168.3.23:8098'
,
'172.21.0.13:8098'
,
'172.16.255.191:8098'
,
];
/**
...
...
src/Common/Pool/Config/VipPoolConfig.php
View file @
beddfc3c
...
...
@@ -78,7 +78,8 @@ class VipPoolConfig extends PoolProperties
* @var array
*/
protected
$uri
=
[
'192.168.3.39:8200'
,
'172.21.0.39:8200'
,
'172.16.255.134:8200'
,
];
/**
...
...
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