123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?php
- return [
- 'db' => [
- 'class' => 'yii\db\Connection',
-
-
- 'dsn' => 'pgsql:host=172.16.107.5;port=5432;dbname=financialdb',
- 'username' => 'finance',
- 'password' => 'Finance@unicom23',
- 'charset' => 'utf8',
- 'tablePrefix' => 'car_theme"."wz_',
-
-
-
-
-
-
- ],
- 'db2' => [
- 'class' => 'yii\db\Connection',
-
- 'dsn' => 'pgsql:host=172.16.107.5;port=5432;dbname=valuesys1',
- 'username' => 'valuesys',
- 'password' => 'Hebei12#$',
- 'charset' => 'utf8mb4',
- 'tablePrefix' => 'wz_',
-
-
-
-
-
- ],
- ];
|