Skip to content

Instantly share code, notes, and snippets.

@scoumbourdis
Last active October 19, 2019 13:41
Show Gist options
  • Save scoumbourdis/274e12510ba3e225770e9a133a4f52cf to your computer and use it in GitHub Desktop.
Save scoumbourdis/274e12510ba3e225770e9a133a4f52cf to your computer and use it in GitHub Desktop.
<?php
return [
'adapter' => [
'driver' => 'Pdo_Pgsql', // This is the driver that you should be using
'database' => 'my_database_name',
'username' => 'my_username',
'password' => 'my_password'
'charset' => 'utf8'
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment