Mercurial > templog
view 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 |
line wrap: on
line source
DATA_PATH = 'data' HMAC_KEY = 'a hmac key' GRAPH_WIDTH = 800 GRAPH_HEIGHT = 400 LINE_WIDTH = 2 SENSOR_NAMES = {'sensor_test1': "First Test"} SENSOR_COLOURS = {} GRAPH_FONT = "Courier"