From 24e648f056c047cfa1de87e74d716d2e7a0f5d30 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Wed, 17 May 2023 10:14:35 -0600 Subject: [PATCH] Remove cache configuration; no longer needed Signed-off-by: Tim Hansen --- .github/uffizzi/uffizzi.production.app-config.yaml | 2 -- app-config.yaml | 2 -- packages/create-app/templates/default-app/app-config.yaml.hbs | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/uffizzi/uffizzi.production.app-config.yaml b/.github/uffizzi/uffizzi.production.app-config.yaml index 9fcc6062c6..77b093e024 100644 --- a/.github/uffizzi/uffizzi.production.app-config.yaml +++ b/.github/uffizzi/uffizzi.production.app-config.yaml @@ -20,8 +20,6 @@ backend: port: ${POSTGRES_PORT} user: ${POSTGRES_USER} password: ${POSTGRES_PASSWORD} - cache: - store: memory cors: origin: ${UFFIZZI_URL} methods: [GET, HEAD, PATCH, POST, PUT, DELETE] diff --git a/app-config.yaml b/app-config.yaml index 7b1b28bb08..a4a332efdc 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -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] diff --git a/packages/create-app/templates/default-app/app-config.yaml.hbs b/packages/create-app/templates/default-app/app-config.yaml.hbs index 3d216ec894..194549f079 100644 --- a/packages/create-app/templates/default-app/app-config.yaml.hbs +++ b/packages/create-app/templates/default-app/app-config.yaml.hbs @@ -30,8 +30,6 @@ backend: database: client: better-sqlite3 connection: ':memory:' - cache: - store: memory # workingDirectory: /tmp # Use this to configure a working directory for the scaffolder, defaults to the OS temp-dir integrations: