Last active
October 19, 2019 13:41
-
-
Save scoumbourdis/274e12510ba3e225770e9a133a4f52cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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