Zxd.Core/code/CommonWorker/Properties/launchSettings.json

16 lines
317 B
JSON

{
"profiles": {
"CommonWorker": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker (1)": {
"commandName": "Docker",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}