mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
22 lines
611 B
JSON
22 lines
611 B
JSON
{
|
|
"version": "0.0.0",
|
|
"datasources" : [
|
|
{
|
|
"name": "Test Data Source 1",
|
|
"type": "sql_connection_string",
|
|
"version": "0.0.0",
|
|
"data": {
|
|
"connectionString": "Data Source=.;Initial Catalog=testDb;Integrated Security=True"
|
|
}
|
|
},
|
|
{
|
|
"name": "My Other Data Source",
|
|
"type": "sql_connection_string",
|
|
"version": "0.0.0",
|
|
"data": {
|
|
"connectionString": "Data Source=.;Initial Catalog=testDb2;Integrated Security=False"
|
|
}
|
|
}
|
|
]
|
|
}
|