Mercurial > templog
comparison 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 |
comparison
equal
deleted
inserted
replaced
338:12123e390169 | 339:449272fc63a3 |
---|---|
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 |