aboutsummaryrefslogtreecommitdiff
path: root/auth/config/moebooru.zsh
blob: 73193526c2ad5fed82f9030c71da0ae7375037c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2024-2026 Maria Lisina
# Copyright (C) 2024-2026 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_raw=0
ib_login_file="username"
ib_key_file="api_key"
ib_login_word="username"
ib_key_word="API key"