HummingBirdAnimeClient/app/config/config.toml.example

21 lines
670 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 (SQLDriver, RedisDriver, MemcacheDriver)
cache_driver = SQLDriver
# path to public directory on the server
asset_dir = "/../../public"