2016-02-10 17:30:45 -05:00
|
|
|
################################################################################
|
|
|
|
# Main User Configuration #
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Username for anime and manga lists
|
2017-01-11 22:26:43 -05:00
|
|
|
kitsu_username = "timw4mail"
|
2016-02-10 17:30:45 -05:00
|
|
|
|
|
|
|
# Whose list is it?
|
|
|
|
whose_list = "Tim"
|
|
|
|
|
|
|
|
# do you wish to show the anime collection?
|
|
|
|
show_anime_collection = true
|
|
|
|
|
|
|
|
# do you wish to show the manga collection?
|
|
|
|
show_manga_collection = false
|
|
|
|
|
2017-01-12 15:41:20 -05:00
|
|
|
# do you have a My Anime List account set up in mal.toml?
|
|
|
|
use_mal_api = false
|
|
|
|
|
|
|
|
# cache driver for api calls (NullDriver, SQLDriver, RedisDriver)
|
|
|
|
cache_driver = "NullDriver"
|
|
|
|
|
2016-02-10 17:30:45 -05:00
|
|
|
# path to public directory on the server
|
|
|
|
asset_dir = "/../../public"
|