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