Skip to content

Instantly share code, notes, and snippets.

@pistarlabs
Created September 28, 2015 06:14
Show Gist options
  • Save pistarlabs/7130d150115837c16fe3 to your computer and use it in GitHub Desktop.
Save pistarlabs/7130d150115837c16fe3 to your computer and use it in GitHub Desktop.
{
"development": {
"database": {
"host":"localhost",
"username":"root",
"password":"12345",
"port":12345,
"name":"dev"
}
},
"production": {
"database":{
"host":"localhost",
"username":"root",
"password":"12345",
"port":12345,
"name":"dev"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment