daily_digest/Properties/launchSettings.json

15 lines
338 B
JSON
Raw Normal View History

2025-04-12 00:32:17 +07:00
{
"profiles": {
"DailyDigestWorker": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
2025-04-12 00:32:17 +07:00
},
"dotnetRunMessages": true
},
"Container (Dockerfile)": {
"commandName": "Docker"
}
2025-04-12 00:32:17 +07:00
},
"$schema": "http://json.schemastore.org/launchsettings.json"
}