1
Fork 0
mirror of https://github.com/Quackster/Minerva.git synced 2025-06-30 05:17:45 +00:00
Minerva/Helios.Imager/Properties/launchSettings.json

29 lines
685 B
JSON
Raw Normal View History

2023-01-09 22:33:05 +10:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:7642",
"sslPort": 44335
}
},
"profiles": {
"Helios.Imager": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7148;http://localhost:5125",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}