diff options
Diffstat (limited to 'config/moebooru_auth.zsh')
| -rw-r--r-- | config/moebooru_auth.zsh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/moebooru_auth.zsh b/config/moebooru_auth.zsh new file mode 100644 index 0000000..b1e70e9 --- /dev/null +++ b/config/moebooru_auth.zsh @@ -0,0 +1,17 @@ +# 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" |
