DbsystemcodeΒΆ
1 2 3 4 5 6 7 8 9 10 | {
"dsl_definitions": {
"dynamic-db-source": {
"type": "maria-db",
"url": "jdbc:mysql://localhost:3306/sdnctl",
"username": "<username>",
"password": "<password>"
}
}
}
|