fajiao
3 years ago
5 changed files with 50 additions and 47 deletions
@ -1,29 +1,29 @@ |
|||||
{ |
{ |
||||
"$schema": "http://json.schemastore.org/launchsettings.json", |
"$schema": "http://json.schemastore.org/launchsettings.json", |
||||
"iisSettings": { |
"iisSettings": { |
||||
"windowsAuthentication": false, |
"windowsAuthentication": false, |
||||
"anonymousAuthentication": true, |
"anonymousAuthentication": true, |
||||
"iisExpress": { |
"iisExpress": { |
||||
"applicationUrl": "http://localhost:37315", |
"applicationUrl": "http://localhost:37315", |
||||
"sslPort": 44355 |
"sslPort": 44355 |
||||
} |
} |
||||
}, |
}, |
||||
"profiles": { |
"profiles": { |
||||
"IIS Express": { |
"IIS Express": { |
||||
"commandName": "IISExpress", |
"commandName": "IISExpress", |
||||
"launchBrowser": true, |
"launchBrowser": true, |
||||
"environmentVariables": { |
"environmentVariables": { |
||||
"ASPNETCORE_ENVIRONMENT": "Development" |
"ASPNETCORE_ENVIRONMENT": "Development" |
||||
} |
} |
||||
}, |
}, |
||||
"OnvifWebServer": { |
"OnvifWebServer": { |
||||
"commandName": "Project", |
"commandName": "Project", |
||||
"dotnetRunMessages": "true", |
"dotnetRunMessages": "true", |
||||
"launchBrowser": true, |
"launchBrowser": true, |
||||
"applicationUrl": "https://localhost:6001;http://localhost:6000", |
"applicationUrl": "http://localhost:10011;http://192.168.1.119:10011", |
||||
"environmentVariables": { |
"environmentVariables": { |
||||
"ASPNETCORE_ENVIRONMENT": "Development" |
"ASPNETCORE_ENVIRONMENT": "Development" |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
} |
} |
Loading…
Reference in new issue