aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/templates/vars.conf.j2
blob: 1c9fe9c5fc82125c5f6f6b8e163679450260bff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Settings shared across git-shell-commands scripts
#

# Directory to be exported by `cgit`
PUBLIC="{{ git.user.home }}/{{ git.public_dir }}"

# Settings for syncing repositories to GitHub
GITHUB_USER="{{ git.github.user }}"
GITHUB_API="{{ git.github.api }}"
GITHUB_URL="{{ git.github.url }}"