oliverbooth.dev/OliverBooth/Properties/launchSettings.json

30 lines
746 B
JSON
Raw Normal View History

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-11-03 14:49:23 +00:00
"applicationUrl": "http://*:5000",
"sslPort": 2845
}
},
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"workingDirectory": "bin/Debug/net8.0/",
2024-11-03 14:49:23 +00:00
"applicationUrl": "https://*:2845",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}