mirror of
https://github.com/chubin/cheat.sh.git
synced 2025-01-06 04:16:04 +03:00
8 lines
346 B
YAML
8 lines
346 B
YAML
server:
|
|
address: "0.0.0.0"
|
|
port: 8002
|
|
cache: false # true - results have to be cached in redis
|
|
# false - results do not have to be cached locally
|
|
# "path" results have to be cached in filesystem
|
|
redis: false # redis server hostname of false if no redis server used
|