OnlineSalesAutoCrop/Api/OnlineSalesAutoCrop.WS/Properties/launchSettings.json

20 lines
397 B
JSON
Raw Normal View History

2026-06-14 12:46:29 +06:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"OnlineSalesAutoCrop.WS": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
},
"Kestrel": {
"Endpoints": {
"MyHttpEndpoint": {
"Url": "http://localhost:5000"
}
}
}
}