RAIDAlert/Properties/launchSettings.json

13 lines
265 B
JSON
Raw Permalink Normal View History

2023-07-12 15:05:59 +02:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"RAIDAlert": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}