Notes/Properties/launchSettings.json
2023-05-10 16:22:51 -04:00

22 lines
502 B
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"APP_PASS_PHRASE": "123456"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5015"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:2334",
"sslPort": 0
}
}
}