aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-07-15 12:37:34 +0200
committertv <tv@shackspace.de>2014-07-15 12:37:34 +0200
commitedd937a27961d3584297c048fbced3f95ef1310a (patch)
treecd46731e51a6539e521fe9dd74c82b4e895b4f67 /config.py
parentfd74369e3a74419c37c9f4d800fae1bf04e2047f (diff)
Reaktor nag: maintain own copies of git repos
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.py b/config.py
index a09d1bc..0483d46 100644
--- a/config.py
+++ b/config.py
@@ -86,8 +86,8 @@ on_ping = [
'capname': 'nag',
'argv': [ 'commands/nag' ],
'env': {
- 'hostsdir': '/home/tv/krebs/hosts',
- 'servicesdir': '/home/tv/krebs/services'
+ 'hosts_repo': 'https://github.com/krebscode/hosts',
+ 'services_repo': '/home/tv/krebs/services'
},
'targets': irc_channels
}