mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 22:26:46 +02:00
feat(cache): Move to PhpFastCache #457
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user