message
This commit is contained in:
7
config/index.js
Normal file
7
config/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export const mysqlConfig = {
|
||||
host: "localhost",
|
||||
port: 3306,
|
||||
database: "qqbot",
|
||||
user: "root",
|
||||
password: "root"
|
||||
}
|
||||
Reference in New Issue
Block a user