Version 5.1 - All the GraphQL #32
@ -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]
|
||||
|
@ -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"
|
6
app/config/mal.toml.example
Normal file
6
app/config/mal.toml.example
Normal file
@ -0,0 +1,6 @@
|
||||
################################################################################
|
||||
# My Anime LIst Integration Config #
|
||||
################################################################################
|
||||
|
||||
username = "timw4mail"
|
||||
password = "mysecretpassword"
|
@ -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
|
Loading…
Reference in New Issue
Block a user