Mercurial > templog
annotate 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 |
rev | line source |
---|---|
334 | 1 |
2 DATA_PATH = 'data' | |
3 | |
4 HMAC_KEY = 'a hmac key' | |
5 | |
339
449272fc63a3
- Debug log file for server
Matt Johnston <matt@ucc.asn.au>
parents:
337
diff
changeset
|
6 UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update' |
449272fc63a3
- Debug log file for server
Matt Johnston <matt@ucc.asn.au>
parents:
337
diff
changeset
|
7 |
335 | 8 GRAPH_WIDTH = 800 |
337
f575ef538f5d
- Various fixes for web server, kind of works
Matt Johnston <matt@ucc.asn.au>
parents:
335
diff
changeset
|
9 GRAPH_HEIGHT = 400 |
335 | 10 |
11 LINE_WIDTH = 2 | |
12 | |
337
f575ef538f5d
- Various fixes for web server, kind of works
Matt Johnston <matt@ucc.asn.au>
parents:
335
diff
changeset
|
13 SENSOR_NAMES = {'sensor_test1': "First Test"} |
335 | 14 |
15 SENSOR_COLOURS = {} | |
337
f575ef538f5d
- Various fixes for web server, kind of works
Matt Johnston <matt@ucc.asn.au>
parents:
335
diff
changeset
|
16 |
f575ef538f5d
- Various fixes for web server, kind of works
Matt Johnston <matt@ucc.asn.au>
parents:
335
diff
changeset
|
17 GRAPH_FONT = "Courier" |