From cd7a836db0516f2ee1b3565cfdd713cf8d346241 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 21 Feb 2017 14:41:59 -0500 Subject: [PATCH] Remove old/unused config options from example file --- app/config/config.toml.example | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/config/config.toml.example b/app/config/config.toml.example index 4fe4b5d5..52e0f8ec 100644 --- a/app/config/config.toml.example +++ b/app/config/config.toml.example @@ -11,14 +11,8 @@ 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" \ No newline at end of file