Database auto setup

This commit is contained in:
2019-04-11 20:49:22 +10:00
parent aa5b045858
commit b386a5af43
3 changed files with 17 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"mysql_user" : "username",
"mysql_host" : "db.host.com",
"mysql_password" : "hunter2",
"mysql_db" : "bot_db"
}
"mysql_user": "username",
"mysql_host": "db.host.com",
"mysql_password": "hunter2",
"mysql_db": "bot_db"
}