study-lib-backend/Properties/launchSettings.json
2020-12-20 18:53:24 +01:00

31 lines
772 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:56764",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "api/users",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"StudyLib": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/users",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}