query-performance-gauge/config_examples/mysql_credentials_config.json

10 lines
184 B
JSON
Raw Normal View History

2022-08-22 15:05:54 +02:00
{
"connection_details": {
"engine": "mysql",
"host": "the-sql-host",
"port": 3306,
"user": "your_user",
"password": "your_password",
"schema": "comprea"
}
}