Mercurial > templog
view web/config.py @ 339:449272fc63a3
- Debug log file for server
- Fix some variable sizes, turn off local echo for avr code
- symlink config for wrt server
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 15 Jun 2012 23:34:24 +0800 |
parents | f575ef538f5d |
children | 8da0fdadc8d7 |
line wrap: on
line source
DATA_PATH = '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"