Skip to content

Instantly share code, notes, and snippets.

@insthync
Created August 18, 2018 01:15
Show Gist options
  • Save insthync/5d4e0d18030c8beff04b087a003ea9d2 to your computer and use it in GitHub Desktop.
Save insthync/5d4e0d18030c8beff04b087a003ea9d2 to your computer and use it in GitHub Desktop.
MMORPG KIT - ./config/mySqlConfig.json
{
"mySqlAddress" : "localhost",
"mySqlPort" : 3306,
"mySqlUsername" : "root",
"mySqlPassword" : "",
"mySqlDbName" : "mmorpgtemplate"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment