pet-house/business/config/mysql.json

12 lines
275 B
JSON

{
"config": "charset=utf8mb4\u0026parseTime=True\u0026loc=Local",
"db-name": "pet_house",
"log-mode": true,
"log-zap": "info",
"max-idle-conns": 20,
"max-open-conns": 5,
"password": "ifish7mysql",
"ip": "139.196.24.156",
"port": 3306,
"username": "root"
}