duplicati/Duplicati/Server/Properties/launchSettings.json
Thomas Suckow 50bc8880ac Restore not forking when debugging.
* Fix library name mismatch preventing environmental variables from being loaded correctly
2020-12-29 10:20:19 -08:00

10 lines
No EOL
176 B
JSON

{
"profiles": {
"Duplicati.Server": {
"commandName": "Project",
"environmentVariables": {
"AUTOUPDATER_Duplicati_SKIP_UPDATE": "1"
}
}
}
}