comparison web/config.py @ 438:2607e4f322cf

use tcp instead
author Matt Johnston <matt@ucc.asn.au>
date Sun, 28 Oct 2012 07:52:35 +0800
parents ae12b30352f0
children 632d436d227b
comparison
equal deleted inserted replaced
437:7d7e7f961eae 438:2607e4f322cf
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