view web/config.py @ 33:024f5571df8c

- 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 5e75e08d20ac
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"