view web/config.py @ 338:12123e390169

More minor work
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Jun 2012 00:00:57 +0800
parents f575ef538f5d
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"