DurnyklyYol/DurnyklyYol.MiddleTier/Properties/launchSettings.json

30 lines
803 B
JSON
Raw Normal View History

2024-09-02 10:07:25 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": true,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5000",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "MiddleTier/Index",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"DurnyklyYol.MiddleTier": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchUrl": "MiddleTier/Index",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}