diff --git a/config.example.json b/config.example.json index c8d4cb3..2556f32 100644 --- a/config.example.json +++ b/config.example.json @@ -5,6 +5,9 @@ "user": "root", "password": "root", "port": 3306, - "database": "" + "database": "", + "connectTimeout": 3600000, + "acquireTimeout": 3600000, + "timeout": 3600000 } } \ No newline at end of file