|
|
|
@ -1,7 +1,9 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"App": {
|
|
|
|
"App": {
|
|
|
|
"SelfUrl": "https://localhost:44305",
|
|
|
|
"SelfUrl": "https://localhost:44305",
|
|
|
|
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200"
|
|
|
|
"ClientUrl": "http://localhost:4200",
|
|
|
|
|
|
|
|
"CorsOrigins": "https://*.MyProjectName.com,http://localhost:4200",
|
|
|
|
|
|
|
|
"RedirectAllowedUrls": "http://localhost:4200"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=MyProjectName;Trusted_Connection=True"
|
|
|
|
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=MyProjectName;Trusted_Connection=True"
|
|
|
|
|