comparison web/config.py @ 82:0f7c005b3f87

move server config into config.py
author Matt Johnston <matt@ucc.asn.au>
date Wed, 11 Jul 2012 22:50:23 +0800
parents c7b6da1adb47
children b9179968a272
comparison
equal deleted inserted replaced
81:4a2a82d6302c 82:0f7c005b3f87
1
2 # for server
3 BTADDR = "00:12:03:27:70:88"
4 SLEEP_TIME = 5
1 5
2 DATA_PATH = '/home/matt/templog/web/data' 6 DATA_PATH = '/home/matt/templog/web/data'
3 7
4 HMAC_KEY = 'a hmac key' 8 HMAC_KEY = 'a hmac key'
5 9