Mercurial > templog
comparison web/config.py @ 89:51d889ad39a3
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 | 81b8c84344c4 |
children | b2d0887fb306 |
comparison
equal
deleted
inserted
replaced
88:6f4497a448e8 | 89:51d889ad39a3 |
---|---|
5 | 5 |
6 DATA_PATH = '/home/matt/templog/web/data' | 6 DATA_PATH = '/home/matt/templog/web/data' |
7 | 7 |
8 HMAC_KEY = 'a hmac key' # override in local config file | 8 HMAC_KEY = 'a hmac key' # override in local config file |
9 | 9 |
10 UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update' | 10 UPDATE_URL = 'http://evil.ucc.asn.au/~matt/templog/update' |
11 | 11 |
12 GRAPH_WIDTH = 1200 | 12 GRAPH_WIDTH = 1200 |
13 GRAPH_HEIGHT = 600 | 13 GRAPH_HEIGHT = 600 |
14 ZOOM = 1 | 14 ZOOM = 1 |
15 | 15 |