Files
FACULTATE-HEALTHCARE_MANAGER/backend/API/Properties/launchSettings.json
T
2024-05-30 15:40:13 +03:00

23 lines
542 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5000"
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "http://0.0.0.0:5022",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}