Skip to content

Instantly share code, notes, and snippets.

@joshuakfarrar
Last active December 11, 2015 05:18
Show Gist options
  • Save joshuakfarrar/4551052 to your computer and use it in GitHub Desktop.
Save joshuakfarrar/4551052 to your computer and use it in GitHub Desktop.
r2462 r2885
10 10 class config {
11 11
12 const DB_HOST = 'localhost';
13 const DB_USER = 'real.user';
14 const DB_PASS = 'real.password';
12 const DB_HOST = '10.0.0.1';
13 const DB_USER = 'zipp';
14 const DB_PASS = 'password';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment