Johnanater

IceLotto 1.0.0 - MySQL Configuration

Sep 3rd, 2020 (edited)
2,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.29 KB | None | 0 0
  1. {
  2.   "MySqlEnabled": false,
  3.   "DatabaseAddress": "127.0.0.1",
  4.   "DatabasePort": 3306,
  5.   "DatabaseName": "database_name",
  6.   "PlayersTableName": "IceLotto_Players",
  7.   "NextDrawTableName": "IceLotto_NextDraw",
  8.   "DatabaseUsername": "database_username",
  9.   "DatabasePassword": "database_password"
  10. }
Add Comment
Please, Sign In to add comment