Files
LogViewerControl/CSharp/Applications/AvaloniaSerilogNoDI/Properties/launchSettings.json
T

19 lines
360 B
JSON
Raw Normal View History

2026-04-04 13:30:13 +02:00
{
"profiles": {
"Development": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"Staging": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Staging"
}
},
"Production": {
"commandName": "Project"
}
}
}