diff options
Diffstat (limited to 'examples/cgitize.conf')
-rw-r--r-- | examples/cgitize.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/cgitize.conf b/examples/cgitize.conf new file mode 100644 index 0000000..a6ed701 --- /dev/null +++ b/examples/cgitize.conf @@ -0,0 +1,24 @@ +# All settings are optional. + +[DEFAULT] + +# /etc/cgitize/my_repos.py by default. +my_repos = /path/to/my_repos.py + +# /var/tmp/cgitize/output by default. +output = /path/to/output/ + +# URL to clone from the output directory. +# {repo_id} is substituted with the repository ID (in the NAME or SECTION/NAME +# format, etc.). +clone_url = http://example.com:8080/git/{repo_id} + +owner = Your Name + +[GITHUB] + +username = your-username + +[BITBUCKET] + +username = your-username |