HummingBirdAnimeClient/app/config/config.toml.example

21 lines
669 B
Plaintext
Raw Normal View History

################################################################################
# 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"
2016-04-05 13:19:35 -04:00
# path to public directory on the server
asset_dir = "/../../public"