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', - ], - ], -];