Skip to content

Instantly share code, notes, and snippets.

@virbo
Created July 25, 2017 04:01
Show Gist options
  • Save virbo/b54891e385f88ae91e5ab1b29f677982 to your computer and use it in GitHub Desktop.
Save virbo/b54891e385f88ae91e5ab1b29f677982 to your computer and use it in GitHub Desktop.
return [
'class' => 'yii\db\Connection',
'dsn' => 'pgsql:host=localhost;dbname=test',
'username' => 'user_database',
'password' => 'password_database',
'charset' => 'utf8',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment