aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/examples/cgitize.conf
blob: f3a2d0d7b4da76cfa8200d2e110d7abcf50d67b3 (plain) (tree)
1
2
3
4
5
6
7
8



                            
                                      

                               
                                     






                                                                              


                            








                        
# 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}

# Clones via SSH by default.
ssh = True

owner = Your Name

[GITHUB]

username = your-username

[BITBUCKET]

username = your-username