OnlineSalesAutoCrop/Api/OnlineSalesAutoCrop.CoreAPI/Properties/launchSettings.json
2026-06-14 12:46:29 +06:00

35 lines
931 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"anonymousAuthentication": true,
"windowsAuthentication": false,
"iisExpress": {
"applicationUrl": "http://localhost:4204/"
}
},
"profiles": {
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true
},
"OnlineSalesAutoCrop.CoreAPI.API": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:4205/"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"nativeDebugging": false,
"jsWebView2Debugging": false
}
}
}