From 3d51a813471fab282a5bf782f29121df84c1cbf7 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 9 Aug 2018 11:16:44 -0400 Subject: [PATCH] Remove references to MAL syncing, resolves #4 --- README.md | 4 ---- app/config/config.toml.example | 3 --- app/config/mal.toml.example | 6 ------ 3 files changed, 13 deletions(-) delete mode 100644 app/config/mal.toml.example diff --git a/README.md b/README.md index 0ff19caa..337f94f5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/config/config.toml.example b/app/config/config.toml.example index 52e0f8ec..28f954b7 100644 --- a/app/config/config.toml.example +++ b/app/config/config.toml.example @@ -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" \ No newline at end of file diff --git a/app/config/mal.toml.example b/app/config/mal.toml.example deleted file mode 100644 index 0e3233e0..00000000 --- a/app/config/mal.toml.example +++ /dev/null @@ -1,6 +0,0 @@ -################################################################################ -# My Anime LIst Integration Config # -################################################################################ - -username = "timw4mail" -password = "mysecretpassword" \ No newline at end of file