Files
GymLogAI/GymLogAI.Worker/Properties/launchSettings.json
T
2026-04-19 13:12:04 +03:00

13 lines
272 B
JSON

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