1
<?php
2 3 4 5 6 7 8 9 10 11 12 13 14
return [ 'class' => 'yii\db\Connection', 'dsn' => 'pgsql:host=127.0.0.1;dbname=kite', 'username' => 'kite', 'password' => 'qwerty', 'charset' => 'utf8', // Schema cache options (for production environment) //'enableSchemaCache' => true, //'schemaCacheDuration' => 60, //'schemaCache' => 'cache', ];