Files
PosterMaker/PosterMaker.UI/Properties/launchSettings.json
T
Jānis Kacēns 3889e684b4 Initial commit
2024-04-10 12:21:36 +03:00

30 lines
813 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1384",
"sslPort": 44379
}
},
"profiles": {
"PosterMaker.UI": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:7089;http://localhost:5130",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
}
}
}