Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
226 B
JSON
Raw Normal View History

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