FastGithub/FastGithub/Properties/launchSettings.json
2021-06-15 10:07:56 +08:00

15 lines
350 B
JSON

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