MirrorAPI/config/database/mysql.json
2025-11-03 15:18:26 -03:00

15 lines
276 B
JSON

{
"host": "${DB_HOST}",
"port": "${DB_PORT}",
"name": "${DB_NAME}",
"user": "${DB_USER}",
"password": "${DB_PASSWORD}",
"aeskey": "${AES_KEY}",
"charset": "utf8mb4",
"pool": {
"pre_ping": true,
"size": 5,
"max_overflow": 10
},
"debug": false
}