rdt-client/server/RdtClient.Web/Properties/launchSettings.json

29 lines
No EOL
709 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:6501"
}
},
"profiles": {
"RdtClient.Web": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"BASE_PATH": ""
},
"applicationUrl": "http://localhost:6500"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"BASE_PATH": ""
}
}
}
}