Mercurial > templog
comparison web/config.py @ 31:5e75e08d20ac
- Various fixes for web server, kind of works
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 13 Jun 2012 23:41:05 +0800 |
parents | 048143905092 |
children | 024f5571df8c |
comparison
equal
deleted
inserted
replaced
30:13fcf497f8b7 | 31:5e75e08d20ac |
---|---|
2 DATA_PATH = 'data' | 2 DATA_PATH = 'data' |
3 | 3 |
4 HMAC_KEY = 'a hmac key' | 4 HMAC_KEY = 'a hmac key' |
5 | 5 |
6 GRAPH_WIDTH = 800 | 6 GRAPH_WIDTH = 800 |
7 GRAPH_HEIGHT = 400 | |
7 | 8 |
8 LINE_WIDTH = 2 | 9 LINE_WIDTH = 2 |
9 | 10 |
10 SENSOR_NAMES = {} | 11 SENSOR_NAMES = {'sensor_test1': "First Test"} |
11 | 12 |
12 SENSOR_COLOURS = {} | 13 SENSOR_COLOURS = {} |
14 | |
15 GRAPH_FONT = "Courier" |