|
|
@ -1,7 +1,7 @@ |
|
|
{ |
|
|
{ |
|
|
"App": { |
|
|
"App": { |
|
|
"SelfUrl": "https://localhost:44305", |
|
|
"SelfUrl": "https://localhost:44305", |
|
|
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200" |
|
|
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200,https://localhost:44319" |
|
|
}, |
|
|
}, |
|
|
"ConnectionStrings": { |
|
|
"ConnectionStrings": { |
|
|
"Default": "Server=localhost;Database=MyProjectName_Free;Trusted_Connection=True;MultipleActiveResultSets=true" |
|
|
"Default": "Server=localhost;Database=MyProjectName_Free;Trusted_Connection=True;MultipleActiveResultSets=true" |
|
|
|