Mercurial > templog
comparison web/config.py @ 189:101c66da848d
watcher script
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 09 Feb 2014 11:41:13 +0800 |
parents | adbf70d1449f |
children | 4fa8cbf31065 |
comparison
equal
deleted
inserted
replaced
188:ae5efca89001 | 189:101c66da848d |
---|---|
5 SERIAL_PORT=1999 | 5 SERIAL_PORT=1999 |
6 | 6 |
7 DATA_PATH = '/home/matt/templog/web/data' | 7 DATA_PATH = '/home/matt/templog/web/data' |
8 | 8 |
9 HMAC_KEY = 'a hmac key' # override in local config file | 9 HMAC_KEY = 'a hmac key' # override in local config file |
10 | |
11 ALLOWED_USERS = [] # local config. list of sha1 hashes of client ssl keys | |
10 | 12 |
11 UPDATE_URL = 'http://evil.ucc.asn.au/~matt/templog/update' | 13 UPDATE_URL = 'http://evil.ucc.asn.au/~matt/templog/update' |
12 | 14 |
13 GRAPH_WIDTH = 1200 | 15 GRAPH_WIDTH = 1200 |
14 GRAPH_HEIGHT = 600 | 16 GRAPH_HEIGHT = 600 |