Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created January 16, 2016 01:25
Show Gist options
  • Save TheOpenDevProject/aba9908cc7bb06206272 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/aba9908cc7bb06206272 to your computer and use it in GitHub Desktop.
{
"serverConfig": {
"serverName": "example Server",
"serverAddress": "0.0.0.0:8080",
"maxConcurrentConnections": 10,
"maxConcurrentJobsRunning": 0
},
"databaseConfig": {
"databaseType": "mysql",
"databaseAddress": "127.0.0.7",
"databasePort": "3306",
"databaseUser": "root",
"databasePassword": "password"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment