|
@ -1,18 +1,19 @@ |
|
|
{ |
|
|
{ |
|
|
"iisSettings": { |
|
|
|
|
|
"windowsAuthentication": false, |
|
|
|
|
|
"anonymousAuthentication": true, |
|
|
|
|
|
"iisExpress": { |
|
|
|
|
|
"applicationUrl": "http://localhost:58018/", |
|
|
|
|
|
"sslPort": 0 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"profiles": { |
|
|
|
|
|
"IIS Express": { |
|
|
|
|
|
"commandName": "IISExpress", |
|
|
|
|
|
"environmentVariables": { |
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Production" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"iisSettings": { |
|
|
|
|
|
"windowsAuthentication": false, |
|
|
|
|
|
"anonymousAuthentication": true, |
|
|
|
|
|
"iisExpress": { |
|
|
|
|
|
"applicationUrl": "http://localhost:58018/", |
|
|
|
|
|
"sslPort": 4104 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"profiles": { |
|
|
|
|
|
"IIS Express": { |
|
|
|
|
|
"commandName": "IISExpress", |
|
|
|
|
|
"environmentVariables": { |
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Production" |
|
|
|
|
|
}, |
|
|
|
|
|
"use64Bit": true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |