Update default example config to use memory cache store.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-05-21 17:24:33 +02:00
parent dda070442e
commit 5bc7b25184
+2
View File
@@ -29,6 +29,8 @@ backend:
database:
client: sqlite3
connection: ':memory:'
cache:
store: memory
cors:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]