query-performance-gauge/config_examples/trino_credentials_config.json

12 lines
246 B
JSON
Raw Normal View History

2022-08-22 15:05:54 +02:00
{
"connection_details": {
"engine": "trino",
"host": "the_trino_host",
"port": "443",
"user": "your_user",
"password": "your_password",
"http_scheme": "https",
"catalog": "app_lm_mysql",
"schema": "comprea"
}
}