Squirrowse/Squirrowse.Client/Properties/launchSettings.json

10 lines
175 B
JSON
Raw Normal View History

2019-10-31 13:08:42 +01:00
{
"profiles": {
"Squirrowse.Client": {
"commandName": "Project",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
2019-11-04 09:29:37 +01:00
}