Mercurial > templog
comparison 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 |
comparison
equal
deleted
inserted
replaced
394:2cd246ea92c6 | 395:f0ddb75bcf04 |
---|---|
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 |