MirrorAPI/config/database/mysql.json

18 lines
363 B
JSON

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