comparison 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
comparison
equal deleted inserted replaced
32:e18d7e89c17d 33:024f5571df8c
1 1
2 DATA_PATH = 'data' 2 DATA_PATH = 'data'
3 3
4 HMAC_KEY = 'a hmac key' 4 HMAC_KEY = 'a hmac key'
5
6 UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update'
5 7
6 GRAPH_WIDTH = 800 8 GRAPH_WIDTH = 800
7 GRAPH_HEIGHT = 400 9 GRAPH_HEIGHT = 400
8 10
9 LINE_WIDTH = 2 11 LINE_WIDTH = 2