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

16 lines
317 B
JSON

{
"profiles": {
"WeworkUserWorker": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}