Added a watch/unwatch button to user pages.
[zzz-floof.git] / development.ini
index ca29659..f184f66 100644 (file)
@@ -12,13 +12,14 @@ error_email_from = paste@localhost
 
 [server:main]
 use = egg:Paste#http
-host = 127.0.0.1
+host = 0.0.0.0
 port = 5000
 
 [app:main]
 use = egg:floof
 full_stack = true
 static_files = true
+static_root = %(here)s/floof/public/
 
 cache_dir = %(here)s/data
 beaker.session.key = floof
@@ -36,7 +37,7 @@ sqlalchemy.url = sqlite:///%(here)s/development.db
 # WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
 # Debug mode will enable the interactive debugging tool, allowing ANYONE to
 # execute malicious code after an exception is raised.
-#set debug = false
+# set debug = false
 
 
 # Logging configuration