HummingBirdAnimeClient/app/config/cache.toml.example
Timothy J Warren f3c85da8cc
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
Misc code cleanup
2018-11-09 10:38:35 -05:00

23 lines
599 B
Plaintext

################################################################################
# Cache Setup #
################################################################################
# See https://git.timshomepage.net/aviat/banker for more information
# Available drivers are apcu, memcache, memcached, redis or null
# Null cache driver means no caching
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