Initial commit

This commit is contained in:
wanghep
2026-03-20 22:59:54 +08:00
commit 68b9e253e2
63 changed files with 8116 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"host": "127.0.0.1",
"port": 3306,
"username": "your-user",
"password": "your-password",
"database": "your-database",
"charset": "utf8mb4",
"echo": false
}

View File

@ -0,0 +1,9 @@
{
"host": "152.136.100.182",
"port": 3306,
"username": "root",
"password": "4a3986024e6662f9e571782ece1587298291d18925b44f1f",
"database": "zixun",
"charset": "utf8mb4",
"echo": false
}