Remove references to MAL syncing, resolves #4
This commit is contained in:
parent
6e58844286
commit
3d51a81347
@ -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)
|
||||||
|
@ -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"
|
@ -1,6 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# My Anime LIst Integration Config #
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
username = "timw4mail"
|
|
||||||
password = "mysecretpassword"
|
|
Loading…
Reference in New Issue
Block a user