diff web/config.py @ 33:024f5571df8c

- Debug log file for server - Fix some variable sizes, turn off local echo for avr code - symlink config for wrt server
author Matt Johnston <matt@ucc.asn.au>
date Fri, 15 Jun 2012 23:34:24 +0800
parents 5e75e08d20ac
children 8da0fdadc8d7
line wrap: on
line diff
--- a/web/config.py	Thu Jun 14 00:00:57 2012 +0800
+++ b/web/config.py	Fri Jun 15 23:34:24 2012 +0800
@@ -3,6 +3,8 @@
 
 HMAC_KEY = 'a hmac key'
 
+UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update'
+
 GRAPH_WIDTH = 800
 GRAPH_HEIGHT = 400