added to 33 branch db

This commit is contained in:
fariz
2021-04-19 09:47:25 +08:00
parent 8d347d19b0
commit c1ca79dce2
+274
View File
@@ -143,5 +143,279 @@ return [
'prefix' => '',
'strict' => false,
],
'mysql12' => [
'driver' => 'mysql',
'host' => env('DB_HOST_12'),
'port' => env('DB_PORT_12'),
'database' => env('DB_DATABASE_12'),
'username' => env('DB_USERNAME_12'),
'password' => env('DB_PASSWORD_12'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql13' => [
'driver' => 'mysql',
'host' => env('DB_HOST_13'),
'port' => env('DB_PORT_13'),
'database' => env('DB_DATABASE_13'),
'username' => env('DB_USERNAME_13'),
'password' => env('DB_PASSWORD_13'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql14' => [
'driver' => 'mysql',
'host' => env('DB_HOST_14'),
'port' => env('DB_PORT_14'),
'database' => env('DB_DATABASE_14'),
'username' => env('DB_USERNAME_14'),
'password' => env('DB_PASSWORD_14'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql15' => [
'driver' => 'mysql',
'host' => env('DB_HOST_15'),
'port' => env('DB_PORT_15'),
'database' => env('DB_DATABASE_15'),
'username' => env('DB_USERNAME_15'),
'password' => env('DB_PASSWORD_15'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql16' => [
'driver' => 'mysql',
'host' => env('DB_HOST_16'),
'port' => env('DB_PORT_16'),
'database' => env('DB_DATABASE_16'),
'username' => env('DB_USERNAME_16'),
'password' => env('DB_PASSWORD_16'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql17' => [
'driver' => 'mysql',
'host' => env('DB_HOST_17'),
'port' => env('DB_PORT_17'),
'database' => env('DB_DATABASE_17'),
'username' => env('DB_USERNAME_17'),
'password' => env('DB_PASSWORD_17'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql18' => [
'driver' => 'mysql',
'host' => env('DB_HOST_18'),
'port' => env('DB_PORT_18'),
'database' => env('DB_DATABASE_18'),
'username' => env('DB_USERNAME_18'),
'password' => env('DB_PASSWORD_18'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql19' => [
'driver' => 'mysql',
'host' => env('DB_HOST_19'),
'port' => env('DB_PORT_19'),
'database' => env('DB_DATABASE_19'),
'username' => env('DB_USERNAME_19'),
'password' => env('DB_PASSWORD_19'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql20' => [
'driver' => 'mysql',
'host' => env('DB_HOST_20'),
'port' => env('DB_PORT_20'),
'database' => env('DB_DATABASE_20'),
'username' => env('DB_USERNAME_20'),
'password' => env('DB_PASSWORD_20'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql21' => [
'driver' => 'mysql',
'host' => env('DB_HOST_21'),
'port' => env('DB_PORT_21'),
'database' => env('DB_DATABASE_21'),
'username' => env('DB_USERNAME_21'),
'password' => env('DB_PASSWORD_21'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql22' => [
'driver' => 'mysql',
'host' => env('DB_HOST_22'),
'port' => env('DB_PORT_22'),
'database' => env('DB_DATABASE_22'),
'username' => env('DB_USERNAME_22'),
'password' => env('DB_PASSWORD_22'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql23' => [
'driver' => 'mysql',
'host' => env('DB_HOST_23'),
'port' => env('DB_PORT_23'),
'database' => env('DB_DATABASE_23'),
'username' => env('DB_USERNAME_23'),
'password' => env('DB_PASSWORD_23'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql24' => [
'driver' => 'mysql',
'host' => env('DB_HOST_24'),
'port' => env('DB_PORT_24'),
'database' => env('DB_DATABASE_24'),
'username' => env('DB_USERNAME_24'),
'password' => env('DB_PASSWORD_24'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql25' => [
'driver' => 'mysql',
'host' => env('DB_HOST_25'),
'port' => env('DB_PORT_25'),
'database' => env('DB_DATABASE_25'),
'username' => env('DB_USERNAME_25'),
'password' => env('DB_PASSWORD_25'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql26' => [
'driver' => 'mysql',
'host' => env('DB_HOST_26'),
'port' => env('DB_PORT_26'),
'database' => env('DB_DATABASE_26'),
'username' => env('DB_USERNAME_26'),
'password' => env('DB_PASSWORD_26'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql27' => [
'driver' => 'mysql',
'host' => env('DB_HOST_27'),
'port' => env('DB_PORT_27'),
'database' => env('DB_DATABASE_27'),
'username' => env('DB_USERNAME_27'),
'password' => env('DB_PASSWORD_27'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql28' => [
'driver' => 'mysql',
'host' => env('DB_HOST_28'),
'port' => env('DB_PORT_28'),
'database' => env('DB_DATABASE_28'),
'username' => env('DB_USERNAME_28'),
'password' => env('DB_PASSWORD_28'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql29' => [
'driver' => 'mysql',
'host' => env('DB_HOST_29'),
'port' => env('DB_PORT_29'),
'database' => env('DB_DATABASE_29'),
'username' => env('DB_USERNAME_29'),
'password' => env('DB_PASSWORD_29'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql30' => [
'driver' => 'mysql',
'host' => env('DB_HOST_30'),
'port' => env('DB_PORT_30'),
'database' => env('DB_DATABASE_30'),
'username' => env('DB_USERNAME_30'),
'password' => env('DB_PASSWORD_30'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql31' => [
'driver' => 'mysql',
'host' => env('DB_HOST_31'),
'port' => env('DB_PORT_31'),
'database' => env('DB_DATABASE_31'),
'username' => env('DB_USERNAME_31'),
'password' => env('DB_PASSWORD_31'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql32' => [
'driver' => 'mysql',
'host' => env('DB_HOST_32'),
'port' => env('DB_PORT_32'),
'database' => env('DB_DATABASE_32'),
'username' => env('DB_USERNAME_32'),
'password' => env('DB_PASSWORD_32'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'mysql33' => [
'driver' => 'mysql',
'host' => env('DB_HOST_33'),
'port' => env('DB_PORT_33'),
'database' => env('DB_DATABASE_33'),
'username' => env('DB_USERNAME_33'),
'password' => env('DB_PASSWORD_33'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
],
];