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

12 lines
No EOL
246 B
JSON

{
"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"
}
}