Tranga-Website/Tranga-API/Properties/launchSettings.json

29 lines
662 B
JSON
Raw Normal View History

2023-05-21 21:12:32 +02:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1716",
"sslPort": 44391
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2023-06-01 11:29:47 +02:00
"applicationUrl": "http://localhost:5177"
2023-05-21 21:12:32 +02:00
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2023-06-01 11:29:47 +02:00
"applicationUrl": "https://localhost:7036;http://localhost:5177"
2023-05-21 21:12:32 +02:00
},
"IIS Express": {
"commandName": "IISExpress",
2023-06-01 11:29:47 +02:00
"launchBrowser": true
2023-05-21 21:12:32 +02:00
}
}
}