mirror of
https://github.com/cloudreve/cloudreve.git
synced 2026-06-27 22:35:59 +00:00
feat(dashboard): add setting option for event push
This commit is contained in:
@@ -669,6 +669,9 @@ var DefaultSettings = map[string]string{
|
||||
"encrypt_master_key_file": "",
|
||||
"show_encryption_status": "1",
|
||||
"show_desktop_app_promotion": "1",
|
||||
"fs_event_push_enabled": "1",
|
||||
"fs_event_push_max_age": "1209600",
|
||||
"fs_event_push_debounce": "5",
|
||||
}
|
||||
|
||||
var RedactedSettings = map[string]struct{}{
|
||||
|
||||
Reference in New Issue
Block a user