Update config files

This commit is contained in:
Timothy Warren 2017-01-11 22:26:43 -05:00
parent d91432d960
commit f619c78232
4 changed files with 11 additions and 20 deletions

View File

@ -2,6 +2,10 @@
# Cache Setup #
################################################################################
# See https://git.timshomepage.net/timw4mail/banker for more information
# Available drivers are memcache, memcached, redis or null
# Null cache driver means no caching
driver = "redis"
[connection]

View File

@ -3,7 +3,7 @@
################################################################################
# Username for anime and manga lists
hummingbird_username = "timw4mail"
kitsu_username = "timw4mail"
# Whose list is it?
whose_list = "Tim"
@ -14,8 +14,5 @@ show_anime_collection = true
# do you wish to show the manga collection?
show_manga_collection = false
# cache driver for api calls (NullDriver, SQLDriver, RedisDriver)
cache_driver = "NullDriver"
# path to public directory on the server
asset_dir = "/../../public"

View File

@ -0,0 +1,6 @@
################################################################################
# My Anime LIst Integration Config #
################################################################################
username = "timw4mail"
password = "mysecretpassword"

View File

@ -1,16 +0,0 @@
################################################################################
# Redis Cache Configuration #
################################################################################
# Host or socket to connect to
# Socket must be prefixed with 'unix:'
host = "127.0.0.1"
# Connection port
#port = 6379
# Connection password
#password = ""
# Database number
database = 13