|
@@ -0,0 +1,38 @@
|
|
|
+{
|
|
|
+ "$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
+ "iisSettings": {
|
|
|
+ "windowsAuthentication": false,
|
|
|
+ "anonymousAuthentication": true,
|
|
|
+ "iisExpress": {
|
|
|
+ "applicationUrl": "http://localhost:55625",
|
|
|
+ "sslPort": 44373
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "profiles": {
|
|
|
+ "http": {
|
|
|
+ "commandName": "Project",
|
|
|
+ "dotnetRunMessages": true,
|
|
|
+ "launchBrowser": true,
|
|
|
+ "applicationUrl": "http://localhost:5286",
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "https": {
|
|
|
+ "commandName": "Project",
|
|
|
+ "dotnetRunMessages": true,
|
|
|
+ "launchBrowser": true,
|
|
|
+ "applicationUrl": "https://localhost:7035;http://localhost:5286",
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "IIS Express": {
|
|
|
+ "commandName": "IISExpress",
|
|
|
+ "launchBrowser": true,
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|