Use Redis for blocked servers list

This commit is contained in:
Jacob Gunther
2023-02-24 19:41:54 -06:00
parent d5f7c669b7
commit b2ffb03e1d
9 changed files with 130 additions and 107 deletions

View File

@@ -1,9 +1,12 @@
environment: production
host: 127.0.0.1
port: 3001
redis: redis://127.0.0.1:6379/0
cache:
enable: false
redis:
host: 127.0.0.1
port: 6379
# username: myuser
# password: mypassword
database: 0
java_cache_duration: 1m
bedrock_cache_duration: 1m
icon_cache_duration: 15m