From 34d33c401f686eba11a2efb20c68938cba3dd0e2 Mon Sep 17 00:00:00 2001 From: Ross Addison Date: Sun, 12 Apr 2020 19:55:28 +0100 Subject: [PATCH] Delete main-local --- common/config/main-local | 140 --------------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 common/config/main-local diff --git a/common/config/main-local b/common/config/main-local deleted file mode 100644 index 3f5f1d8f..00000000 --- a/common/config/main-local +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'db' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db', - //user name is normally 'yoursitename_co_uk_db' - 'username' => 'root', - //password is the password that has been assigned under the above username - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db1' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db1', - //user name is normally 'yoursitename_co_uk_db1' - 'username' => 'root', - //password is the password that has been assigned under the above username - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db2' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db2', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db3' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db3', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db4' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db4', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db5' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db5', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db6' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db6', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db7' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db7', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db8' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db8', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db9' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db9', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - 'db10' => [ - 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=h2h_db10', - 'username' => 'root', - 'password' => '', - 'charset' => 'utf8', - 'enableSchemaCache' => true, - 'schemaCacheDuration' => 3600, - 'schemaCache' => 'cache', - ], - ], -];