Api-PWA/DocuMed.Api/Properties/launchSettings.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2023-10-10 17:02:38 +03:30
{
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5288"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "",
2023-10-10 17:02:38 +03:30
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
2023-10-10 17:02:38 +03:30
"environmentVariables": {
"ASPNETCORE_URLS": "http://+:80"
},
2023-10-20 19:40:23 +03:30
"publishAllPorts": true,
"DockerfileRunArguments": " --network=mother -p 32770:80"
2023-10-10 17:02:38 +03:30
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:29584",
"sslPort": 0
}
}
}