1
0
mirror of https://gitee.com/coder-xiaomo/gitee2github synced 2025-01-10 11:48:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
gitee2github/config.example.ini

27 lines
762 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; Please use UTF-8 encoding format to save the file.
; Gitee 配置
[Gitee]
; 应用 ClientID 与 ClientSecret
ClientID=YOUR_CLIENT_ID
ClientSecret=YOUR_CLIENT_SECRET
; 使用 ssh 还是 https 进行仓库 pull / push 可选项https / ssh (填写其他值默认使用 https
Protocol=https
; 代理 例如127.0.0.1:15732 不使用代理请留空
Proxy=
; GitHub 配置
[GitHub]
; 应用 ClientID 与 ClientSecret
ClientID=YOUR_CLIENT_ID
ClientSecret=YOUR_CLIENT_SECRET
; 使用 ssh 还是 https 进行仓库 pull / push 可选项https / ssh (填写其他值默认使用 https
Protocol=https
; 代理 例如127.0.0.1:15732 不使用代理请留空
Proxy=
[Common]
; 请求超时时间,单位为秒,默认值为 10
RequestTimeout=10