Poszukiwacz/Serwer/Serwer.Api/Properties/launchSettings.json

32 lines
809 B
JSON
Raw Normal View History

2020-12-03 13:24:47 +01:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
2020-12-06 16:01:38 +01:00
"windowsAuthentication": false,
"anonymousAuthentication": true,
2020-12-03 13:24:47 +01:00
"iisExpress": {
2020-12-06 16:01:38 +01:00
"applicationUrl": "http://localhost:50760",
"sslPort": 44371
2020-12-03 13:24:47 +01:00
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
2020-12-06 16:01:38 +01:00
"launchUrl": "swagger",
2020-12-03 13:24:47 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2020-12-06 16:01:38 +01:00
"Serwer.Api": {
2020-12-03 13:24:47 +01:00
"commandName": "Project",
2020-12-06 16:01:38 +01:00
"dotnetRunMessages": "true",
2020-12-03 13:24:47 +01:00
"launchBrowser": true,
2020-12-06 16:01:38 +01:00
"launchUrl": "swagger",
2020-12-12 20:54:08 +01:00
"applicationUrl": "http://localhost:5001;https://localhost:5000",
2020-12-03 13:24:47 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2020-12-06 16:01:38 +01:00
}