From 5bc7b25184e61f045e1dfa79ea509362394a811f Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Fri, 21 May 2021 17:24:33 +0200 Subject: [PATCH] Update default example config to use memory cache store. Signed-off-by: Eric Peterson --- app-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-config.yaml b/app-config.yaml index b1c915f85a..9874ce37ac 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -29,6 +29,8 @@ backend: database: client: sqlite3 connection: ':memory:' + cache: + store: memory cors: origin: http://localhost:3000 methods: [GET, POST, PUT, DELETE]