Notes/Properties/launchSettings.json

22 lines
501 B
JSON
Raw Normal View History

2022-11-30 21:44:56 -05:00
{
2022-11-29 10:14:15 -05:00
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
2023-05-10 17:35:40 -04:00
"APP_PASSPHRASE": "123456"
2022-11-30 21:44:56 -05:00
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5015"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:2334",
2023-01-09 16:56:30 -05:00
"sslPort": 0
2022-11-29 10:14:15 -05:00
}
}
2022-11-30 21:44:56 -05:00
}