mirror-ac/service/Properties/launchSettings.json

12 lines
199 B
JSON
Raw Normal View History

2023-08-18 07:33:13 +02:00
{
"profiles": {
"service": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}