Files
moadiran/Back/Properties/launchSettings.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2025-01-09 16:01:37 +03:30
{
2024-03-29 17:44:38 +03:30
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2025-01-09 16:01:37 +03:30
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5271"
2024-03-29 17:44:38 +03:30
},
"https": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2025-01-09 16:01:37 +03:30
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7075;http://localhost:5271"
2024-03-29 17:44:38 +03:30
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
2025-01-09 16:01:37 +03:30
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50659/",
"sslPort": 44391
}
2024-03-29 17:44:38 +03:30
}
2025-01-09 16:01:37 +03:30
}