Files
oqtane.framework/Oqtane.Application/Client/Properties/launchSettings.json

12 lines
287 B
JSON

{
"profiles": {
"Oqtane.Application.Client": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:62381;http://localhost:62382"
}
}
}