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