Mercurial > templog
comparison web/config.py @ 139:94330d90f11f
use tcp instead
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 28 Oct 2012 07:52:35 +0800 |
parents | 719d5669ab27 |
children | 632d436d227b |
comparison
equal
deleted
inserted
replaced
138:08adc1fa02e8 | 139:94330d90f11f |
---|---|
1 # for server | 1 # for server |
2 BTADDR = "00:12:03:27:70:88" | 2 BTADDR = "00:12:03:27:70:88" |
3 SLEEP_TIME = 5 | 3 SLEEP_TIME = 60 |
4 SERIAL_HOST='home.example.com' | |
5 SERIAL_PORT=1999 | |
4 | 6 |
5 DATA_PATH = '/home/matt/templog/web/data' | 7 DATA_PATH = '/home/matt/templog/web/data' |
6 | 8 |
7 HMAC_KEY = 'a hmac key' # override in local config file | 9 HMAC_KEY = 'a hmac key' # override in local config file |
8 | 10 |