This commit is contained in:
2022-06-02 15:45:35 +08:00
parent 10aebe67e7
commit 9bfa5a9b9c
9 changed files with 182 additions and 11 deletions

7
config/index.js Normal file
View File

@@ -0,0 +1,7 @@
export const mysqlConfig = {
host: "localhost",
port: 3306,
database: "qqbot",
user: "root",
password: "root"
}