Remove old/unused config options from example file
This commit is contained in:
parent
e87e5cb47c
commit
cd7a836db0
@ -11,14 +11,8 @@ whose_list = "Tim"
|
|||||||
# do you wish to show the anime collection?
|
# do you wish to show the anime collection?
|
||||||
show_anime_collection = true
|
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?
|
# do you have a My Anime List account set up in mal.toml?
|
||||||
use_mal_api = false
|
use_mal_api = false
|
||||||
|
|
||||||
# cache driver for api calls (NullDriver, SQLDriver, RedisDriver)
|
|
||||||
cache_driver = "NullDriver"
|
|
||||||
|
|
||||||
# path to public directory on the server
|
# path to public directory on the server
|
||||||
asset_dir = "/../../public"
|
asset_dir = "/../../public"
|
Loading…
Reference in New Issue
Block a user