-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(activate on all rooms): virus protection can now be activated on…
… all rooms.
- Loading branch information
Showing
7 changed files
with
175 additions
and
51 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
dracoon: | ||
base_url: https://dracoon.team | ||
client_id: YOUR_CLIENT_ID | ||
client_secret: YOUR_CLIENT_SECRET | ||
logging: | ||
log_level: info | ||
log_file: | ||
log_file_path: dracoon.log | ||
activate_virus_protection: [] # data room ids to activate virus scan in including all sub rooms | ||
activate_virus_protection: | ||
activate_on_all_rooms: false # activate virus scan in all rooms - !!! be careful with this setting !!! files are blocked until scanned | ||
room_ids: [] # data room ids to activate virus scan in including all sub rooms. Will be ignored when activate_on_all_rooms is set to true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.