Mercurial > templog
diff web/config.py @ 395:f0ddb75bcf04
main.c : add a delay before turning on uart
server : try and improve timeouts, get rid of lightblue, don't use https,
use python logging module
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 15 Jul 2012 21:49:59 +0800 |
parents | afce71f829d6 |
children | b2d0887fb306 |
line wrap: on
line diff
--- a/web/config.py Thu Jul 12 23:47:29 2012 +0800 +++ b/web/config.py Sun Jul 15 21:49:59 2012 +0800 @@ -7,7 +7,7 @@ HMAC_KEY = 'a hmac key' # override in local config file -UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update' +UPDATE_URL = 'http://evil.ucc.asn.au/~matt/templog/update' GRAPH_WIDTH = 1200 GRAPH_HEIGHT = 600