12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
- return [
- 'db' => [
- 'class' => 'yii\db\Connection',
-
- 'dsn' => 'pgsql:host=192.168.1.214;port=5432;dbname=valuesys',
- 'username' => 'postgres',
- 'password' => 'Hebei_123.',
- 'charset' => 'utf8',
- 'tablePrefix' => 'wz_',
-
-
-
-
-
- ],
- 'db2' => [
- 'class' => 'yii\db\Connection',
-
- 'dsn' => 'pgsql:host=192.168.1.214;port=5432;dbname=valuesys',
- 'username' => 'valuesys',
- 'password' => 'Hebei12#$',
- 'charset' => 'utf8mb4',
- 'tablePrefix' => 'wz_',
-
-
-
-
-
- ],
- ];
|