diff options
Diffstat (limited to 'config/auth/moebooru.zsh')
| -rw-r--r-- | config/auth/moebooru.zsh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config/auth/moebooru.zsh b/config/auth/moebooru.zsh deleted file mode 100644 index b1e70e9..0000000 --- a/config/auth/moebooru.zsh +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (C) 2024-2025 Maria Lisina -# Copyright (C) 2024-2025 Danil Lisin -# SPDX-License-Identifier: Apache-2.0 - -case "${ib_board}" in - (k) - ib_auth="https://konachan.com" - ;; - (y) - ib_auth="https://yande.re" - ;; -esac - -ib_login_file="username" -ib_key_file="api_key" -ib_login_word="username" -ib_key_word="API key" |
