diff options
Diffstat (limited to 'conf/AppDefaults.js')
-rw-r--r-- | conf/AppDefaults.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 38cd2ad..a87cdf7 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -30,6 +30,9 @@ config = { LANGUAGES: ['en','fr'], //GEM_FILE : "Absolute Path to GemFile when not within DOCS_TOOLS directory" + + GERRIT_FETCH: "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%;a=blob_plain;f=%source%;hb=%commit%", + LAST: undefined }; |