Files
fatemaster/backend/FateMaster.API/Properties/launchSettings.json

12 lines
276 B
JSON
Raw Normal View History

2025-10-03 11:24:11 +08:00
{
"profiles": {
"FateMaster.API": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:63347;http://localhost:63348"
}
}
}