mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 18:56:10 +10:00
Initial commit
This commit is contained in:
6
dbconfig.template.json
Normal file
6
dbconfig.template.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"mysql_user" : "username",
|
||||
"mysql_host" : "db.host.com",
|
||||
"mysql_password" : "hunter2",
|
||||
"mysql_db" : "bot_db"
|
||||
}
|
||||
Reference in New Issue
Block a user