Remove references to MAL syncing, resolves #4

This commit is contained in:
Timothy Warren 2018-08-09 11:16:44 -04:00
parent 6e58844286
commit 3d51a81347
3 changed files with 0 additions and 13 deletions

View File

@ -50,10 +50,6 @@ Update your anime/manga list on Kitsu.io and MyAnimeList.net
* public/images/manga * public/images/manga
5. Make sure the `console` script is executable 5. Make sure the `console` script is executable
### Using MAL API
1. Update `app/config/mal.toml` with your username and password
2. Enable MAL api in `app/config/config.toml`
### Server Setup ### Server Setup
See the [wiki](https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient/wiki) See the [wiki](https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient/wiki)

View File

@ -11,8 +11,5 @@ 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 have a My Anime List account set up in mal.toml?
use_mal_api = false
# path to public directory on the server # path to public directory on the server
asset_dir = "/../../public" asset_dir = "/../../public"

View File

@ -1,6 +0,0 @@
################################################################################
# My Anime LIst Integration Config #
################################################################################
username = "timw4mail"
password = "mysecretpassword"