Created
August 18, 2018 01:15
-
-
Save insthync/5d4e0d18030c8beff04b087a003ea9d2 to your computer and use it in GitHub Desktop.
MMORPG KIT - ./config/mySqlConfig.json
This file contains hidden or 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
{ | |
"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