Last active
December 11, 2015 05:18
-
-
Save joshuakfarrar/4551052 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
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