diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 09:47:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-02 09:47:46 +0300 |
commit | 49e8c8821a74e30cb4e70a4fe2c20136f10123cb (patch) | |
tree | 5e9c06813eafd00df0948d8354e5f6c7f353171d /examples | |
parent | examples/cgitize.toml: fix a typo (diff) | |
download | cgitize-49e8c8821a74e30cb4e70a4fe2c20136f10123cb.tar.gz cgitize-49e8c8821a74e30cb4e70a4fe2c20136f10123cb.zip |
examples/cgitize.toml: update
Diffstat (limited to '')
-rw-r--r-- | examples/cgitize.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 11ec6ef..22ace41 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -15,8 +15,8 @@ clone_via_ssh = false owner = "Your Name" [github] -# If some of the repositories hosted on GitHub are private, you can use -# "personal access tokens" to access them. Also can be provided using the +# If some of the repositories hosted on GitHub are private (or if you hit the +# request rate limit), use "access tokens". Also can be provided using the # CGITIZE_GITHUB_ACCESS_TOKEN environment variable. #access_token = "XXX" @@ -37,8 +37,8 @@ id = "bobfang1992/pytomlpp" dir = "python" [bitbucket] -# If some of the repositories hosted on Bitbucket are private, you can use "app -# passwords" to access them. Also can be provided using the +# If some of the repositories hosted on Bitbucket are private (or if you hit +# the request rate limit), use "app passwords". Also can be provided using the # CGITIZE_BITBUCKET_APP_PASSWORD environment variable. #app_password = "XXX" # Contrary to GitHub, Bitbucket doesn't associate app passwords with a |