HummingBirdAnimeClient/app/config/config.toml.example

24 lines
742 B
Plaintext

################################################################################
# Main User Configuration #
################################################################################
# Username for anime and manga lists
kitsu_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
# 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"
# path to public directory on the server
asset_dir = "/../../public"