Files
OneDriveBackupService/Properties/launchSettings.json

13 lines
278 B
JSON

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