2025-07-11 15:29:30 +08:00
|
|
|
{
|
|
|
|
|
"host": "localhost",
|
|
|
|
|
"user": "root",
|
2025-07-28 09:46:33 +08:00
|
|
|
"password": "civmek-rezTed-0hovre",
|
2025-07-11 15:29:30 +08:00
|
|
|
"database": "travel_content",
|
|
|
|
|
"port": 3306,
|
2025-07-29 19:50:47 +08:00
|
|
|
"charset": "utf8mb4",
|
|
|
|
|
"pool_size": 10,
|
|
|
|
|
"max_retry_attempts": 3,
|
|
|
|
|
"query_timeout": 30,
|
|
|
|
|
"soft_delete_field": "isDelete",
|
|
|
|
|
"active_record_value": 0
|
2025-07-11 15:29:30 +08:00
|
|
|
}
|