aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/cgit-repos.conf
blob: 94f73cdb5674847ae500390acd0272d51a443300 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# All settings are optional.

[DEFAULT]

# /etc/cgit-repos/my_repos.py by default.
my_repos = /path/to/my_repos.py

# /var/tmp/cgit-repos/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