Files
DAdmin/dbconfig.template.json
2019-04-11 20:49:22 +10:00

6 lines
124 B
JSON

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