comparison web/config.py @ 345:a3473b5ea50e

merge
author Matt Johnston <matt@ucc.asn.au>
date Sat, 16 Jun 2012 09:08:47 +0800
parents ea1779d27641
children 79761ee67134
comparison
equal deleted inserted replaced
343:aa247177837a 345:a3473b5ea50e
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