We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02be5ae commit 63a716fCopy full SHA for 63a716f
etc/config.yaml
@@ -1,7 +1,4 @@
1
server:
2
address: "0.0.0.0"
3
- port: 8002
4
- cache: false # true - results have to be cached in redis
5
- # false - results do not have to be cached locally
6
- # "path" results have to be cached in filesystem
7
- redis: false # redis server hostname of false if no redis server used
+cache:
+ type: none
0 commit comments