Skip to content

Instantly share code, notes, and snippets.

@teerasej
Created June 24, 2016 08:02
Show Gist options
  • Save teerasej/c9c533e618a43b6532482675772ed1b6 to your computer and use it in GitHub Desktop.
Save teerasej/c9c533e618a43b6532482675772ed1b6 to your computer and use it in GitHub Desktop.
// Defined to be used in Slim Web API
// MAMP
$config['db']['user'] = "root";
$config['db']['pass'] = "root";
// XAMPP
$config['db']['user'] = "root";
$config['db']['pass'] = "";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment