From ee3f3e17436dd36542608da9417ca678be76564f Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 9 Oct 2018 18:21:06 -0400 Subject: [PATCH] Update config.toml.example file --- app/config/config.toml.example | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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