21 lines
667 B
Plaintext
21 lines
667 B
Plaintext
################################################################################
|
|
# 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
|
|
|
|
# cache driver for api calls (NullDriver, SQLDriver, RedisDriver)
|
|
cache_driver = NullDriver
|
|
|
|
# path to public directory on the server
|
|
asset_dir = "/../../public" |