BuecherwurmAPI/Properties/launchSettings.json

31 lines
800 B
JSON
Raw Normal View History

2020-05-25 10:04:21 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
2020-05-26 08:42:18 +00:00
"windowsAuthentication": false,
"anonymousAuthentication": true,
2020-05-25 10:04:21 +00:00
"iisExpress": {
2020-05-26 08:42:18 +00:00
"applicationUrl": "http://localhost:5975",
"sslPort": 44376
2020-05-25 10:04:21 +00:00
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
2020-05-28 09:19:57 +00:00
"launchUrl": "api",
2020-05-25 10:04:21 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"BuecherwurmAPI": {
"commandName": "Project",
"launchBrowser": true,
2020-05-28 09:19:57 +00:00
"launchUrl": "api",
"applicationUrl": "https://localhost:5001;https://localhost:5000",
2020-05-25 10:04:21 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
2020-05-26 08:42:18 +00:00
}