comparison web/config.py @ 344:ea1779d27641

- Getting there, update has problems
author Matt Johnston <matt@ucc.asn.au>
date Sat, 16 Jun 2012 09:08:07 +0800
parents 449272fc63a3
children 79761ee67134
comparison
equal deleted inserted replaced
340:3baca8d980f4 344:ea1779d27641
1 1
2 DATA_PATH = 'data' 2 DATA_PATH = '/home/matt/templog/web/data'
3 3
4 HMAC_KEY = 'a hmac key' 4 HMAC_KEY = 'a hmac key'
5 5
6 UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update' 6 UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update'
7 7