| 12345678910111213 |
- <?php
- return [
- 'class' => 'yii\db\Connection',
- 'dsn' => 'pgsql:host=172.30.241.3;dbname=yager',
- 'username' => 'yager',
- 'password' => 'EsJ1k=eMmRZBA4b-',
- 'charset' => 'utf8',
- // Schema cache options (for production environment)
- //'enableSchemaCache' => true,
- //'schemaCacheDuration' => 60,
- //'schemaCache' => 'cache',
- ];
|