servicepoint-tanks/tanks-backend/TanksServer/Properties/launchSettings.json

13 lines
307 B
JSON
Raw Normal View History

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