LANCommander/LANCommander.Server/Properties/launchSettings.json

29 lines
662 B
JSON
Raw Permalink Normal View History

2023-01-02 15:44:04 -06:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:19829",
"sslPort": 44328
}
},
"profiles": {
"LANCommander": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2025-02-03 17:49:19 -06:00
"applicationUrl": "http://localhost:1337",
2023-01-02 15:44:04 -06:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}