HummingBirdAnimeClient/app/config/cache.toml.example

23 lines
599 B
Plaintext
Raw Normal View History

2016-12-21 12:46:20 -05:00
################################################################################
# Cache Setup #
################################################################################
# See https://git.timshomepage.net/aviat/banker for more information
2017-01-11 22:26:43 -05:00
2017-01-17 12:46:47 -05:00
# Available drivers are apcu, memcache, memcached, redis or null
2017-01-11 22:26:43 -05:00
# Null cache driver means no caching
2016-12-21 12:46:20 -05:00
driver = "redis"
[connection]
# Host or socket to connect to
host = "127.0.0.1"
# Connection port
#port = 6379
# Connection password
#password = ""
# Database number
database = 2