Remove references to MAL syncing, resolves #4

このコミットが含まれているのは:
Timothy Warren 2018-08-09 11:16:44 -04:00
コミット 3d51a81347
3個のファイルの変更0行の追加13行の削除

ファイルの表示

@ -50,10 +50,6 @@ Update your anime/manga list on Kitsu.io and MyAnimeList.net
* public/images/manga
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
See the [wiki](https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient/wiki)

ファイルの表示

@ -11,8 +11,5 @@ whose_list = "Tim"
# do you wish to show the anime collection?
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
asset_dir = "/../../public"

ファイルの表示

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