diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/config.yml b/config.yml deleted file mode 100644 index f0fbc27..0000000 --- a/config.yml +++ /dev/null @@ -1,28 +0,0 @@ -BotSelfConfig: - host: "127.0.0.1" - port: 20000 - debug: false - superusers: ["1234567890"] - nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"] - command_start: ["", "/"] - command_sep: ["."] - session_expire_timeout: 60 - proxy: "" # 请参考文档 - request_timeout: 5 - -InlineGoCQHTTP: - enabled: true - accounts: # 可多个账号,具体请参考文档 - - uin: 1234567890 - password: "" - protocol: 5 - - download_domain: "github.com" - download_version: "v1.0.0-rc1" - -SauceNAO: - key: "" - -Setu: - reverse_proxy: true # 请参考文档 - reverse_proxy_domain: "i.pixiv.re" |