Files
LogViewerControl/CSharp/Applications/AvaloniaSerilogDI/Properties/launchSettings.json
T
Matthias Heil 6bed9b284c initial commit
2026-04-04 13:30:13 +02:00

19 lines
360 B
JSON

{
"profiles": {
"Development": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"Staging": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Staging"
}
},
"Production": {
"commandName": "Project"
}
}
}