mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
9 lines
219 B
JSON
9 lines
219 B
JSON
{
|
|
"connection":{
|
|
"server" : "<<server name or ip>>",
|
|
"userName": "<<user name>>",
|
|
"password": "<<password>>",
|
|
"options": { "encrypt": true, "database": "<<database name>>" }
|
|
}
|
|
}
|