|
@@ -2,9 +2,9 @@
|
|
|
|
|
|
return [
|
|
|
'class' => 'yii\db\Connection',
|
|
|
- 'dsn' => 'pgsql:host=localhost;port=5432;dbname=hacienda-notificacion',
|
|
|
- 'username' => 'hacienda-notificacion',
|
|
|
- 'password' => 'hacienda-notificacion',
|
|
|
+ 'dsn' => 'pgsql:host=localhost;port=5432;dbname=servicio_autos',
|
|
|
+ 'username' => 'servicio_auto',
|
|
|
+ 'password' => 'servicioauto',
|
|
|
'charset' => 'utf8',
|
|
|
'enableSchemaCache' => true,
|
|
|
'schemaCacheDuration' => 60,
|