Files
DAdmin/dbconfig.template.json
2019-03-16 14:48:34 +11:00

7 lines
129 B
JSON

{
"mysql_user" : "username",
"mysql_host" : "db.host.com",
"mysql_password" : "hunter2",
"mysql_db" : "bot_db"
}