Remove cache configuration; no longer needed

Signed-off-by: Tim Hansen <timbonicush@spotify.com>
This commit is contained in:
Tim Hansen
2023-05-17 10:14:35 -06:00
parent 52d5998176
commit 24e648f056
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -33,8 +33,6 @@ backend:
database:
client: better-sqlite3
connection: ':memory:'
cache:
store: memory
cors:
origin: http://localhost:3000
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]