daily_digest/Properties/launchSettings.json

13 lines
273 B
JSON
Raw Normal View History

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