15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"FirstSolutionDB": "Driver={ODBC Driver 17 for SQL Server};Server=26.69.45.60;Database=FirstSolutionDB;UID=sa;PWD=Skyline72;"
|
|
},
|
|
"exclude": [
|
|
"**/bin",
|
|
"**/bower_components",
|
|
"**/jspm_packages",
|
|
"**/node_modules",
|
|
"**/obj",
|
|
"**/platforms"
|
|
]
|
|
}
|
|
|