rdt-client/server/RdtClient.Web/Properties/launchSettings.json
Roger Far af87a1e6e6
Some checks failed
Docker Image CI / build (push) Has been cancelled
no message
2024-09-02 21:12:30 -06:00

29 lines
No EOL
722 B
JSON

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