1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

Flextype Core: Cache - new drivers: sqlite3, zend - added.

This commit is contained in:
Awilum
2019-01-16 01:10:47 +03:00
parent 8a706ff74c
commit b3657c5784

View File

@@ -90,6 +90,10 @@ errors:
# - memcached.server Memcached server
#
# - memcached.port Memcached port
#
# - sqlite3.database SQLite3 Database
#
# - sqlite3.table SQLite3 Table
cache:
enabled: true
prefix: flextype
@@ -106,6 +110,9 @@ cache:
password: false
server: 'localhost'
port: 6379
sqlite3:
database: flextype
table: flextype
# Admin Panel
#