Skip to content

使用配置文件配置默认值

foyou edited this page Mar 8, 2022 · 1 revision

配置文件路径: <用户家目录>/.aligo/config.json5

{
  "level": 10,
  "use_aria2": false,
  "proxies": {
    "https": "http://localhost:10809",
    // "https": "socks5://localhost:10808", # 不支持注释,写的时候删掉
  },
  "port": 8080,
  "email": ["邮箱地址", "防伪字符串"]
}