13 lines
226 B
JSON

{
"serviceConnection": {
"config": {
"type": "MySQL",
"username": "openmetadata_user",
"authType":{
"password": "openmetadata_password"
},
"hostPort": "localhost:3306"
}
}
}