mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
57189a448d
commit
7ac4d50fdb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user