aboutsummaryrefslogtreecommitdiff
path: root/config/auth/moebooru.zsh
blob: b1e70e923955bbfb43c8502903f228e3fc1aedcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"