Files
Web_HotelServices_Prod/TcpServer/Properties/launchSettings.json

12 lines
271 B
JSON
Raw Normal View History

2025-11-26 11:18:26 +08:00
{
"profiles": {
"TcpServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:63420;http://localhost:63421"
}
}
}