re-add caching (featuring Redis!!!!!)

This commit is contained in:
Lee
2024-06-26 14:05:51 +01:00
parent b3a5a4c02e
commit 3fc26583f2
7 changed files with 84 additions and 8 deletions

View File

@ -6,9 +6,21 @@ spring:
# Disable the Spring Web Server
main:
web-application-type: none
# Database caching
cache:
type: redis
redis:
time-to-live: 60000
redis:
host: localhost
port: 6379
timeout: 5000
database: 0
data:
# MongoDB Configuration
mongodb:
uri: "mongodb://bat:p4$$w0rd@localhost:27017"
database: "bat"
auto-index-creation: true # Automatically create collection indexes
auto-index-creation: true # Automatically create collection indexes