2016-02-10 17:30:45 -05:00
|
|
|
################################################################################
|
|
|
|
# Main User Configuration #
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Username for anime and manga lists
|
|
|
|
hummingbird_username = "timw4mail"
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2016-04-12 12:05:42 -04:00
|
|
|
# cache driver for api calls (NullDriver, SQLDriver, RedisDriver)
|
2016-06-07 11:36:02 -04:00
|
|
|
cache_driver = "NullDriver"
|
2016-04-05 13:19:35 -04:00
|
|
|
|
2016-02-10 17:30:45 -05:00
|
|
|
# path to public directory on the server
|
|
|
|
asset_dir = "/../../public"
|