Fetch blocked servers without Redis

This commit is contained in:
Jacob Gunther
2023-02-26 14:22:03 -06:00
parent b2ffb03e1d
commit 4a5ff4938e
11 changed files with 166 additions and 133 deletions

View File

@@ -1,12 +1,8 @@
environment: production
host: 127.0.0.1
port: 3001
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
redis: redis://username:password@127.0.0.1:6379/0
cache:
java_status_duration: 1m
bedrock_status_duration: 1m
icon_duration: 15m