Update values.yaml
This commit is contained in:
parent
48a3e63073
commit
10fa29815a
|
@ -15,15 +15,17 @@ fediblockhole:
|
||||||
conf_file:
|
conf_file:
|
||||||
path: ""
|
path: ""
|
||||||
filename: ""
|
filename: ""
|
||||||
# location of the local allowlist file. Default is /etc/default/allowlist.csv.
|
# Location of a local allowlist file. It is recommended that this file should at a
|
||||||
# This file should at a minimum contain the web_domain of your own instance.
|
# minimum contain the web_domain of your own instance.
|
||||||
allow_file:
|
allow_file:
|
||||||
path: ""
|
# Optionally, uncomment and set a path other than "/etc/default/"
|
||||||
filename: ""
|
# path: ""
|
||||||
# location of the local blocklist file.
|
# Uncomment to set the name of the file
|
||||||
block_file:
|
filename: "allowlist.csv"
|
||||||
path: ""
|
# Location of a local blocklist file.
|
||||||
filename: ""
|
# block_file:
|
||||||
|
# path: ""
|
||||||
|
# filename: ""
|
||||||
cron:
|
cron:
|
||||||
# -- run `fediblock-sync` every hour
|
# -- run `fediblock-sync` every hour
|
||||||
sync:
|
sync:
|
||||||
|
|
Loading…
Reference in New Issue