FastGithub/FastGithub/Properties/launchSettings.json
2021-06-15 16:40:45 +08:00

15 lines
344 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"FastGithub": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development",
"Logging__LogLevel__Default": "Trace"
}
}
}
}