query-performance-gauge/config_examples/mysql_credentials_config.json
2022-08-22 15:05:54 +02:00

10 lines
No EOL
184 B
JSON

{
"connection_details": {
"engine": "mysql",
"host": "the-sql-host",
"port": 3306,
"user": "your_user",
"password": "your_password",
"schema": "comprea"
}
}