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

14 lines
268 B
JSON
Raw Normal View History

2023-08-25 15:47:34 +10:00
{
2023-08-25 15:32:06 +10:00
"profiles": {
"PARR.EsppTemplateSyncWorker": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
2023-08-25 15:47:34 +10:00
},
"dotnetRunMessages": true
},
"Docker": {
"commandName": "Docker"
2023-08-25 15:32:06 +10:00
}
}
2023-08-25 15:47:34 +10:00
}