We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d2c81 commit 1a71b42Copy full SHA for 1a71b42
1 file changed
env
@@ -139,3 +139,17 @@ database.default.DBDriver = MySQLi
139
#--------------------------------------------------------------------
140
141
# curlrequest.shareOptions = false
142
+
143
+#--------------------------------------------------------------------
144
+# CACHE
145
146
147
+cache.handler = redis
148
+cache.backupHandler = file
149
+cache.storePath = writable/cache/
150
+cache.prefix = ci4_
151
+cache.redis.host = redis
152
+cache.redis.password = null
153
+cache.redis.port = 6379
154
+cache.redis.timeout = 0
155
+cache.redis.database = 0
0 commit comments