diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-27 23:17:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-29 00:45:48 +0300 |
commit | 5a792fee1335ea60ca6930dddb6080bcf869213d (patch) | |
tree | fa084df3b07301fd72c8c210fbf9b23e90df0f53 /examples/cgit-repos.conf | |
parent | rename the project to "cgitize" (diff) | |
download | cgitize-5a792fee1335ea60ca6930dddb6080bcf869213d.tar.gz cgitize-5a792fee1335ea60ca6930dddb6080bcf869213d.zip |
further renaming work
Diffstat (limited to 'examples/cgit-repos.conf')
-rw-r--r-- | examples/cgit-repos.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/cgit-repos.conf b/examples/cgit-repos.conf deleted file mode 100644 index 94f73cd..0000000 --- a/examples/cgit-repos.conf +++ /dev/null @@ -1,24 +0,0 @@ -# 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 |