in-mem cache

This commit is contained in:
Lee
2024-06-26 21:29:31 +01:00
parent 52e5d50782
commit 6119da81bf
6 changed files with 15 additions and 13 deletions

View File

@ -6,18 +6,6 @@ spring:
# Disable the Spring Web Server
main:
web-application-type: none
# Database caching
cache:
type: redis
redis:
time-to-live: 300000 # 5 minutes
redis:
host: localhost
port: 6379
timeout: 5000
database: 0
data:
# MongoDB Configuration
mongodb: