Files
parr_api/PARR.GeneratorTemplatesWorker/Properties/launchSettings.json

14 lines
270 B
JSON
Raw Normal View History

2023-09-25 16:34:14 +10:00
{
2023-09-20 16:51:29 +10:00
"profiles": {
"PARR.GeneratorTemplatesWorker": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
2023-09-25 16:34:14 +10:00
},
"dotnetRunMessages": true
},
"Docker": {
"commandName": "Docker"
2023-09-20 16:51:29 +10:00
}
}
2023-09-25 16:34:14 +10:00
}