Skip to content

Commit

Permalink
UPDATE: env file(redis)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriiDorosh committed Mar 9, 2024
1 parent 66d2c81 commit 1a71b42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions env
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,17 @@ database.default.DBDriver = MySQLi
#--------------------------------------------------------------------

# curlrequest.shareOptions = false

#--------------------------------------------------------------------
# CACHE
#--------------------------------------------------------------------

cache.handler = redis
cache.backupHandler = file
cache.storePath = writable/cache/
cache.prefix = ci4_
cache.redis.host = redis
cache.redis.password = null
cache.redis.port = 6379
cache.redis.timeout = 0
cache.redis.database = 0

0 comments on commit 1a71b42

Please sign in to comment.