view web/config.py @ 40:9b5b202129c3

main.c: - get rid of some debugging - separate uart_enabled flag ts.py: - remember next wake time, not the interval log.py: - comments for sqlite templog.py - use cgi
author Matt Johnston <matt@ucc.asn.au>
date Sat, 23 Jun 2012 22:10:23 +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"