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: