Created
June 24, 2016 08:46
-
-
Save vojtatranta/3e3e1f9f97ade5d562538925aca94ada 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 | |
function get_local_db() | |
{ | |
return array( | |
'username' => 'dbuser', | |
'hostname' => 'localhost', | |
'password' => '', | |
'database' => 'pujcka2' | |
); | |
} | |
define('ENV', 'dev'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment