Files
parr_api/PARR.AIHIT/AIHIT/Properties/launchSettings.json

12 lines
270 B
JSON
Raw Normal View History

2023-08-31 12:04:05 +10:00
{
"profiles": {
"PARR.AIHIT": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:1090;http://localhost:1092"
}
}
}