Commit 8c28637c by hekunlin

add token

parent def33d43
...@@ -7,8 +7,14 @@ ...@@ -7,8 +7,14 @@
# max-wait-time 表示最多等待多久时间返回下载结果(单位:秒~~~~) # max-wait-time 表示最多等待多久时间返回下载结果(单位:秒~~~~)
gitlab: gitlab:
host: http://git.xxx.com host: http://git.xxx.com
token: XJzuUiaJFh3sbymKzJrs token: xxx
username: xxx username: xxx
password: xxx password: xxx
max-wait-time: 60 max-wait-time: 60
``` ```
\ No newline at end of file
## 如何生成 Token
> 建议都勾上,注意保护好你的 Token
![](gitlab-token.jpg)
\ No newline at end of file
...@@ -5,7 +5,7 @@ server: ...@@ -5,7 +5,7 @@ server:
port: 10027 port: 10027
gitlab: gitlab:
host: http://git.hikcreate.com host: http://git.hikcreate.com
token: XJzuUiaJFh3sbymKzJrs token: xxx
username: xxx username: xxx
password: xxx password: xxx
maxTime: 3 maxTime: 3
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment