hello-shop/samples/GarnetWindowsService/GarnetWindowsService/Properties/launchSettings.json

13 lines
276 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"GarnetWindowsService": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}