Mercurial > templog
view web/config.py @ 45:425af63d584d
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 23 Jun 2012 23:37:36 +0800 |
parents | 8da0fdadc8d7 |
children | 79761ee67134 |
line wrap: on
line source
DATA_PATH = '/home/matt/templog/web/data' HMAC_KEY = 'a hmac key' UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update' GRAPH_WIDTH = 800 GRAPH_HEIGHT = 400 LINE_WIDTH = 2 SENSOR_NAMES = {'sensor_test1': "First Test"} SENSOR_COLOURS = {} GRAPH_FONT = "Courier"