This commit is contained in:
aozhiwei 2024-07-23 15:31:09 +08:00
parent 966baf2fc7
commit 57c6ce8146
9 changed files with 89 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
return array(
'instance_id' => 1,
'host' => 'mysql-host',
'port' => 3306,
'user' => 'root',
'passwd' => 'keji178',
'dbname' => 'accountdb1',
);

View File

@ -0,0 +1,11 @@
<?php
return array(
array(
'instance_id' => 1,
'host' => 'mysql-host',
'port' => 3306,
'user' => 'root',
'passwd' => 'keji178',
)
);

View 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' => '',
),
);

View File

@ -0,0 +1,10 @@
<?php
return array(
'instance_id' => 1,
'host' => 'mysql-host',
'port' => 3306,
'user' => 'root',
'passwd' => 'keji178',
'dbname' => 'bcnft_dev',
);

View File

@ -0,0 +1,10 @@
<?php
return array(
'instance_id' => 1,
'host' => 'mysql-host',
'port' => 3306,
'user' => 'root',
'passwd' => 'root',
'dbname' => 'frienddb_dev_new',
);

View File

@ -0,0 +1,10 @@
<?php
return array(
'instance_id' => 1,
'host' => 'mysql-host',
'port' => 3306,
'user' => 'root',
'passwd' => 'keji178',
'dbname' => 'maildb_dev_1'
);

View File

@ -0,0 +1,7 @@
<?php
return array(
'instance_id' => 1,
'host' => '127.0.0.1',
'port' => 7521
);

9
config/routes.php Normal file
View File

@ -0,0 +1,9 @@
<?php
$gOnlyRoutes1 = array(
'Ops' => 1,
'Market' => 1,
);
$gExcludeRoutes = array(
);

View File

@ -0,0 +1,5 @@
<?php
return array(
'http://10.10.9.15:7672/webapp/index.php'
);