diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-29 10:31:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 10:31:59 +0200 |
| commit | 3282cdca13b3aae093a23a45aad6729c286b1eb4 (patch) | |
| tree | 53d12de0cb008bb4959fbeb54be691addca8cc08 /.config.sh | |
| parent | 1e3148fea94429f62cc577d1790e414afe2c7896 (diff) | |
| parent | 666bf1d32b7ce53133025c5471746e494deeeade (diff) | |
Merge pull request #38 from return42/filtron-rules
[filtron.sh] make filtron rule file configurable
Diffstat (limited to '.config.sh')
| -rw-r--r-- | .config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config.sh b/.config.sh index 7eed5f681..e9e79d82c 100644 --- a/.config.sh +++ b/.config.sh @@ -40,6 +40,7 @@ fi # FILTRON_API="127.0.0.1:4005" # FILTRON_LISTEN="127.0.0.1:4004" # FILTRON_TARGET="127.0.0.1:8888" +# FILTRON_RULES_TEMPLATE="${REPO_ROOT}/utils/templates/etc/searx/use_default_settings.yml" # morty.sh # -------- |