Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-10-01 21:43:54 -07:00
parent 57189a448d
commit 7ac4d50fdb
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -15,11 +15,13 @@ else
# Do not check they are exported
exportAll = true
# This URL will be displayed as clone URL. DO NOT FORGET TRAILING SLASH!
baseGitUrl = git@g.j3ss.co:
baseGitUrl = ${BASE_GIT_URL}:
# Title of site (doh)
siteTitle = Gitiles - git.j3ss.co
siteTitle = Gitiles - ${SITE_TITLE}
# I dunno why, but it is have to be configured.
canonicalHostName = git.j3ss.co
canonicalHostName = ${SITE_TITLE}
[google]
analyticsId = UA-${GA_ID}
EOF
fi