HobbyProject/Source Code/TeamHobby.HobbyProjectGenerator.Main/Properties/launchSettings.json
Im_Alpha fa5282b074 initial batch
setting up sql configuration
2021-12-05 23:41:27 -08:00

29 lines
708 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:6067",
"sslPort": 44307
}
},
"profiles": {
"TeamHobby.HobbyProjectGenerator.Main": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7023;http://localhost:5023",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}