From 952373ac6f1b45fbda1f21d7597e915978fc8382 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Tue, 30 Jul 2013 13:58:09 +0300 Subject: Add shortURLs config variable --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index ab7b71c..6fd8e61 100644 --- a/config.py +++ b/config.py @@ -20,4 +20,7 @@ conf.registerGlobalValue(Github, 'channel', registry.String('#commits', """Determines the channel where commit notifications will go by default.""")) +conf.registerGlobalValue(Github, 'shortURLs', + registry.Boolean(True, """Use git.io to produce shorter URLs""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3