oak-cli/template/configuration/mysql.json

9 lines
168 B
JSON

{
"host": "localhost",
"user": "root",
"password": "",
"database": "",
"charset": "utf8mb4_general_ci",
"connectionLimit": 5,
"port": 3306
}