diff --git a/app/config/config.toml.example b/app/config/config.toml.example index 92626f73..6a166d95 100644 --- a/app/config/config.toml.example +++ b/app/config/config.toml.example @@ -3,10 +3,10 @@ ################################################################################ # Username for anime and manga lists -kitsu_username = "timw4mail" +kitsu_username = "johnsmith" # Whose list is it? -whose_list = "Tim" +whose_list = "Someone" # do you wish to show the anime collection? show_anime_collection = true @@ -18,10 +18,6 @@ show_manga_collection = false # Default views and paths ################################################################################ -# Path to public directory, where images/css/javascript are located, -# appended to the url -asset_path = "/public" - # Which list should be the default? default_list = "anime" # anime or manga