daily_digest/Properties/launchSettings.json
2025-04-12 00:27:03 +07:00

13 lines
273 B
JSON

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