Skip to content

Commit

Permalink
docs: modify token config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Dec 18, 2023
1 parent b8c1da8 commit 53160f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ It also supports configuration through configuration files. Create a `config.jso
"port": 0, // Bind port (default 9999)
"username": "", // HTTP Basic Auth Username (default "gopeed")
"password": "", // HTTP Basic Auth Password
"token": "" // HTTP API token, that can only be used when basic authentication is enabled.
"token": "" // HTTP API token, it must be configured when using HTTP API in the case of enabling identity authentication
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Usage of C:\Users\liwei\Downloads\gopeed-web-v1.3.13-windows-amd64\gopeed.exe:
"port": 0, // 绑定的端口(默认:9999)
"username": "", // 服务身份认证用户名,为空时不启用身份认证
"password": "", // 服务身份认证密码(默认:gopeed)
"token": "" // HTTP API token,只有在启用身份认证时才有效
"token": "" // HTTP API 令牌,在启用身份认证的情况下使用 HTTP API 时,必须配置令牌
}
```
Expand Down

0 comments on commit 53160f6

Please sign in to comment.