1
This commit is contained in:
parent
966baf2fc7
commit
57c6ce8146
11
config/accountdb.mysql.cluster.php
Normal file
11
config/accountdb.mysql.cluster.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'instance_id' => 1,
|
||||
'host' => 'mysql-host',
|
||||
'port' => 3306,
|
||||
'user' => 'root',
|
||||
'passwd' => 'keji178',
|
||||
'dbname' => 'accountdb1',
|
||||
);
|
||||
|
11
config/game2006api.mysql.cluster.php
Normal file
11
config/game2006api.mysql.cluster.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
array(
|
||||
'instance_id' => 1,
|
||||
'host' => 'mysql-host',
|
||||
'port' => 3306,
|
||||
'user' => 'root',
|
||||
'passwd' => 'keji178',
|
||||
)
|
||||
);
|
16
config/game2006api.redis.cluster.php
Normal file
16
config/game2006api.redis.cluster.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
array(
|
||||
'instance_id' => 1,
|
||||
'host' => 'redis-host',
|
||||
'port' => 6379,
|
||||
'passwd' => '',
|
||||
),
|
||||
array(
|
||||
'instance_id' => 2,
|
||||
'host' => 'redis-host',
|
||||
'port' => 6379,
|
||||
'passwd' => '',
|
||||
),
|
||||
);
|
10
config/game2006market.mysql.cluster.php
Normal file
10
config/game2006market.mysql.cluster.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'instance_id' => 1,
|
||||
'host' => 'mysql-host',
|
||||
'port' => 3306,
|
||||
'user' => 'root',
|
||||
'passwd' => 'keji178',
|
||||
'dbname' => 'bcnft_dev',
|
||||
);
|
10
config/game2006relation.mysql.cluster.php
Normal file
10
config/game2006relation.mysql.cluster.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'instance_id' => 1,
|
||||
'host' => 'mysql-host',
|
||||
'port' => 3306,
|
||||
'user' => 'root',
|
||||
'passwd' => 'root',
|
||||
'dbname' => 'frienddb_dev_new',
|
||||
);
|
10
config/mail.mysql.cluster.php
Normal file
10
config/mail.mysql.cluster.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'instance_id' => 1,
|
||||
'host' => 'mysql-host',
|
||||
'port' => 3306,
|
||||
'user' => 'root',
|
||||
'passwd' => 'keji178',
|
||||
'dbname' => 'maildb_dev_1'
|
||||
);
|
7
config/marketserver.cluster.php
Normal file
7
config/marketserver.cluster.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'instance_id' => 1,
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 7521
|
||||
);
|
9
config/routes.php
Normal file
9
config/routes.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$gOnlyRoutes1 = array(
|
||||
'Ops' => 1,
|
||||
'Market' => 1,
|
||||
);
|
||||
|
||||
$gExcludeRoutes = array(
|
||||
);
|
5
config/web3service.cluster.php
Normal file
5
config/web3service.cluster.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'http://10.10.9.15:7672/webapp/index.php'
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user