12 lines
246 B
JSON
12 lines
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"
|
||
|
|
}
|
||
|
|
}
|