monitoring-api/config/database/mysql.json
2025-10-07 14:04:29 -03:00

13 lines
222 B
JSON

{
"user": "monitoring",
"password": "!Master@orius",
"host": "api_mysql",
"port": 3306,
"name": "monitoring",
"charset": "utf8mb4",
"pool": {
"pre_ping": true,
"size": 5,
"max_overflow": 10
}
}