feat: enable feature flag for notifications
default to not sending notifications, override in the env
This commit is contained in:
parent
f509e68ef5
commit
32409b9891
2 changed files with 9 additions and 1 deletions
3
etc/env
3
etc/env
|
@ -9,6 +9,9 @@ export RESTIC_REPOSITORY=
|
|||
# restic cache dir
|
||||
export RESTIC_CACHE_DIR=
|
||||
|
||||
# Uncomment the next line to ENABLE notifications
|
||||
#export FEAT_NOTIFY=true
|
||||
|
||||
## matrix notifiction hook settings
|
||||
# base url for matrix hook
|
||||
export MATRIX_HOOK_URL=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue