From e09e2a4128f1fbcce9b06ffc1f69467f4140ca35 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 1 Sep 2020 23:40:49 +0300 Subject: [PATCH] feat(cache): Move to PhpFastCache #457 --- src/flextype/settings.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/flextype/settings.yaml b/src/flextype/settings.yaml index 7b856952..3013f75a 100644 --- a/src/flextype/settings.yaml +++ b/src/flextype/settings.yaml @@ -151,7 +151,7 @@ cache: default_ttl: 900 couchdb: database: 'flextype' - path: '/tmp' + path: '/' host: '127.0.0.1' port: 8091 username: '' @@ -164,14 +164,14 @@ cache: devfalse: {} devtrue: {} files: - path: '/tmp' + path: '' security_key: 'auto' htaccess: true secure_file_manipulation: false cache_file_extension: txt default_ttl: 900 leveldb: - path: '/tmp' + path: '' security_key: 'auto' htaccess: true default_ttl: 900 @@ -180,7 +180,7 @@ cache: port: 11211 sasl_user: '' sasl_password: '' - path: '/' + path: '' compress_data: false servers: {} default_ttl: 900 @@ -189,7 +189,7 @@ cache: port: 11211 sasl_user: '' sasl_password: '' - path: '/' + path: '' compress_data: false servers: {} default_ttl: 900 @@ -226,7 +226,7 @@ cache: prefix: 'riak' default_ttl: 900 sqlite: - path: '/tmp' + path: '' security_key: auto htaccess: true default_ttl: 900