Files
tnb.server/common/Tnb.Common.Core/Properties/launchSettings.json
2023-06-26 16:10:10 +08:00

12 lines
277 B
JSON

{
"profiles": {
"Tnb.Common.Core": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:50271;http://localhost:50273"
}
}
}