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
|
||||
}
|
||||
Reference in New Issue
Block a user