Files
cjfx/backend/config/database.example.json

10 lines
172 B
JSON
Raw Normal View History

2026-03-20 22:59:54 +08:00
{
"host": "127.0.0.1",
"port": 3306,
"username": "your-user",
"password": "your-password",
"database": "your-database",
"charset": "utf8mb4",
"echo": false
}