daily_digest/Properties/launchSettings.json
2025-04-12 00:32:17 +07:00

15 lines
338 B
JSON

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