servicepoint-tanks/tanks-backend/TanksServer/Properties/launchSettings.json
2024-04-21 14:32:29 +02:00

13 lines
307 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}