From c4f95513937071e046928c0e5131b88baa74e301 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Wed, 31 Jul 2013 16:40:14 +0300 Subject: Add passcode configuration variable --- config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.py') diff --git a/config.py b/config.py index 261ac21..43841f9 100644 --- a/config.py +++ b/config.py @@ -26,4 +26,7 @@ conf.registerGlobalValue(Github, 'shortURL', conf.registerGlobalValue(Github, 'hidePush', registry.Boolean(False, """Whether to hide 'user pushed ... commits' message""")) +conf.registerGlobalValue(Github, 'passcode', + registry.String('', """Password which should be included into the URL""")) + # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: -- cgit v1.2.3