|
|
@@ -1,30 +1,35 @@
|
|
|
-{
|
|
|
- "iisSettings": {
|
|
|
- "windowsAuthentication": false,
|
|
|
- "anonymousAuthentication": true,
|
|
|
- "iisExpress": {
|
|
|
- "applicationUrl": "https://localhost:44326",
|
|
|
- "sslPort": 44326
|
|
|
- }
|
|
|
+{
|
|
|
+ "profiles": {
|
|
|
+ "IIS Express": {
|
|
|
+ "commandName": "IISExpress",
|
|
|
+ "launchBrowser": true,
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
+ }
|
|
|
},
|
|
|
- "profiles": {
|
|
|
- "IIS Express": {
|
|
|
- "commandName": "IISExpress",
|
|
|
- "launchBrowser": true,
|
|
|
- "launchUrl": "",
|
|
|
- "environmentVariables": {
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
- }
|
|
|
- },
|
|
|
- "Admin.NET.Web.Entry": {
|
|
|
- "commandName": "Project",
|
|
|
- "dotnetRunMessages": "true",
|
|
|
- "launchBrowser": true,
|
|
|
- "launchUrl": "",
|
|
|
- "applicationUrl": "https://localhost:44326;http://localhost:5000",
|
|
|
- "environmentVariables": {
|
|
|
- "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
- }
|
|
|
- }
|
|
|
+ "Admin.NET.Web.Entry": {
|
|
|
+ "commandName": "Project",
|
|
|
+ "launchBrowser": true,
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
+ },
|
|
|
+ "dotnetRunMessages": true,
|
|
|
+ "applicationUrl": "https://localhost:44326;http://localhost:5000"
|
|
|
+ },
|
|
|
+ "Docker": {
|
|
|
+ "commandName": "Docker",
|
|
|
+ "launchBrowser": true,
|
|
|
+ "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|
|
+ "publishAllPorts": true,
|
|
|
+ "useSSL": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "iisSettings": {
|
|
|
+ "windowsAuthentication": false,
|
|
|
+ "anonymousAuthentication": true,
|
|
|
+ "iisExpress": {
|
|
|
+ "applicationUrl": "https://localhost:44326",
|
|
|
+ "sslPort": 44326
|
|
|
}
|
|
|
+ }
|
|
|
}
|