updated README.md

This commit is contained in:
Paul 2019-07-10 15:08:44 +02:00
parent 14fe05f4d5
commit ade8c62b2a

View File

@ -15,10 +15,12 @@ Configure in github-to-gogs.ini
[global] [global]
request_timeout=1200s request_timeout=1200s
user_agent="Golang" user_agent="Golang"
threads=4
[github] [github]
stars_pages="https://api.github.com/users/%s/starred?page=%d" stars_pages="https://api.github.com/users/%s/starred?page=%d"
max_pages_number=8 max_per_page=500
page_num=3
auth_username="user" auth_username="user"
auth_password="pass" auth_password="pass"
content_type="application/x-www-form-urlencoded" content_type="application/x-www-form-urlencoded"