retroactiune/Retroactiune.WebAPI/Properties/launchSettings.json

31 lines
762 B
JSON
Raw Permalink Normal View History

2021-05-28 20:52:56 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5857",
"sslPort": 44307
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Retroactiune": {
"commandName": "Project",
"launchBrowser": false,
2021-05-28 20:52:56 +00:00
"launchUrl": "",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}