Mercurial > templog
diff web/config.py @ 488:4792e9910cde
watcher script
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 09 Feb 2014 11:41:13 +0800 |
parents | d68af9e84485 |
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