diff web/config.py @ 189:101c66da848d

watcher script
author Matt Johnston <matt@ucc.asn.au>
date Sun, 09 Feb 2014 11:41:13 +0800
parents adbf70d1449f
children 4fa8cbf31065
line wrap: on
line diff
--- a/web/config.py	Fri Feb 07 23:32:08 2014 +0800
+++ b/web/config.py	Sun Feb 09 11:41:13 2014 +0800
@@ -8,6 +8,8 @@
 
 HMAC_KEY = 'a hmac key' # override in local config file
 
+ALLOWED_USERS = [] # local config. list of sha1 hashes of client ssl keys
+
 UPDATE_URL = 'http://evil.ucc.asn.au/~matt/templog/update'
 
 GRAPH_WIDTH = 1200