Spaces:
Runtime error
Runtime error
| { | |
| "profiles": { | |
| "http": { | |
| "commandName": "Project", | |
| "launchBrowser": true, | |
| "environmentVariables": { | |
| "ASPNETCORE_ENVIRONMENT": "Development" | |
| }, | |
| "dotnetRunMessages": true, | |
| "applicationUrl": "http://localhost:5204" | |
| }, | |
| "https": { | |
| "commandName": "Project", | |
| "launchBrowser": true, | |
| "environmentVariables": { | |
| "ASPNETCORE_ENVIRONMENT": "Development" | |
| }, | |
| "dotnetRunMessages": true, | |
| "applicationUrl": "https://localhost:7097;http://localhost:5204" | |
| }, | |
| "IIS Express": { | |
| "commandName": "IISExpress", | |
| "launchBrowser": true, | |
| "environmentVariables": { | |
| "ASPNETCORE_ENVIRONMENT": "Development" | |
| } | |
| }, | |
| "Container (Dockerfile)": { | |
| "commandName": "Docker", | |
| "launchBrowser": true, | |
| "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", | |
| "environmentVariables": { | |
| "ASPNETCORE_HTTPS_PORTS": "8081", | |
| "ASPNETCORE_HTTP_PORTS": "8080" | |
| }, | |
| "publishAllPorts": true, | |
| "useSSL": true | |
| } | |
| }, | |
| "$schema": "http://json.schemastore.org/launchsettings.json", | |
| "iisSettings": { | |
| "windowsAuthentication": false, | |
| "anonymousAuthentication": true, | |
| "iisExpress": { | |
| "applicationUrl": "http://localhost:30783", | |
| "sslPort": 44346 | |
| } | |
| } | |
| } |