CarTrackingRuleEngine/RuleEngine/Properties/launchSettings.json

13 lines
266 B
JSON
Raw Normal View History

2025-05-15 10:01:56 +07:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"RuleEngine": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}