Mercurial > templog
comparison web/config.py @ 492:23c6cf01d237
working kinda
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 11 Feb 2014 23:47:53 +0800 |
parents | 4792e9910cde |
children | 6dd157a12035 |
comparison
equal
deleted
inserted
replaced
491:f2e990b99637 | 492:23c6cf01d237 |
---|---|
2 BTADDR = "00:12:03:27:70:88" | 2 BTADDR = "00:12:03:27:70:88" |
3 SLEEP_TIME = 60 | 3 SLEEP_TIME = 60 |
4 SERIAL_HOST='home.example.com' | 4 SERIAL_HOST='home.example.com' |
5 SERIAL_PORT=1999 | 5 SERIAL_PORT=1999 |
6 | 6 |
7 | |
7 DATA_PATH = '/home/matt/templog/web/data' | 8 DATA_PATH = '/home/matt/templog/web/data' |
8 | 9 |
9 HMAC_KEY = 'a hmac key' # override in local config file | 10 # local config items |
10 | 11 HMAC_KEY = 'a hmac key' |
11 ALLOWED_USERS = [] # local config. list of sha1 hashes of client ssl keys | 12 ALLOWED_USERS = [] # list of sha1 hashes of client ssl keys |
13 SSH_HOST = 'remotehost' | |
14 SSH_KEYFILE = '/home/matt/.ssh/somekey' | |
15 SSH_PROG = 'ssh' | |
12 | 16 |
13 UPDATE_URL = 'http://evil.ucc.asn.au/~matt/templog/update' | 17 UPDATE_URL = 'http://evil.ucc.asn.au/~matt/templog/update' |
14 | 18 |
15 GRAPH_WIDTH = 1200 | 19 GRAPH_WIDTH = 1200 |
16 GRAPH_HEIGHT = 600 | 20 GRAPH_HEIGHT = 600 |