diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/cgitize.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 9260974..4155532 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -14,6 +14,9 @@ clone_via_ssh = false # repository's directory ownership. owner = "Your Name" +# GitHub +# ====== + [github] # 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 @@ -36,7 +39,11 @@ id = "bobfang1992/pytomlpp" # You can put repositories in a subdirectory: dir = "python" +# Bitbucket +# ========= + # Bitbucket settings are similar to those for GitHub. + [bitbucket] # The environment variable is CGITIZE_BITBUCKET_APP_PASSWORD. #app_password = "XXX" @@ -56,7 +63,11 @@ dir = "chromiumembedded" [bitbucket.repositories.upc-runtime] id = "berkeleylab/upc-runtime" +# Gitlab +# ====== + # Gitlab settings are similar to those for GitHub. + [gitlab] # The environment variable is CGITIZE_GITLAB_ACCESS_TOKEN. #access_token = "XXX" @@ -72,6 +83,9 @@ id = "inkscape/inkscape" id = "gitterHQ/webapp" dir = "gitterHQ" +# Self-hosted repositories +# ======================== + [repositories] # Some random repositories hosted on the web: |