Skip to content

Instantly share code, notes, and snippets.

@vojtatranta
Created June 24, 2016 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vojtatranta/3e3e1f9f97ade5d562538925aca94ada to your computer and use it in GitHub Desktop.
Save vojtatranta/3e3e1f9f97ade5d562538925aca94ada to your computer and use it in GitHub Desktop.
<?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