Initial commit
This commit is contained in:
9
backend/config/database.example.json
Normal file
9
backend/config/database.example.json
Normal 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
|
||||
}
|
||||
9
backend/config/database.json
Normal file
9
backend/config/database.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"host": "152.136.100.182",
|
||||
"port": 3306,
|
||||
"username": "root",
|
||||
"password": "4a3986024e6662f9e571782ece1587298291d18925b44f1f",
|
||||
"database": "zixun",
|
||||
"charset": "utf8mb4",
|
||||
"echo": false
|
||||
}
|
||||
Reference in New Issue
Block a user