This was a quick update to clean up some of my templates and fix the formatting
[mediagoblin.git] / paste.ini
index 13c152094898d66a29edad64754be1cd7bfa3c85..3c7eb177921cf990da5050cb1f50ee6ec2eea518 100644 (file)
--- a/paste.ini
+++ b/paste.ini
@@ -13,10 +13,11 @@ use = egg:Paste#urlmap
 / = mediagoblin
 /mgoblin_media/ = publicstore_serve
 /mgoblin_static/ = mediagoblin_static
+/theme_static/ = theme_static
+/plugin_static/ = plugin_static
 
 [app:mediagoblin]
 use = egg:mediagoblin#app
-filter-with = beaker
 config = %(here)s/mediagoblin_local.ini %(here)s/mediagoblin.ini
 
 [loggers]
@@ -51,13 +52,15 @@ use = egg:Paste#static
 document_root = %(here)s/mediagoblin/static/
 cache_max_age = 86400
 
-[filter:beaker]
-use = egg:Beaker#beaker_session
-cache_dir = %(here)s/user_dev/beaker
-beaker.session.key = mediagoblin
-# beaker.session.secret = somesupersecret
-beaker.session.data_dir = %(here)s/user_dev/beaker/sessions/data
-beaker.session.lock_dir = %(here)s/user_dev/beaker/sessions/lock
+[app:theme_static]
+use = egg:Paste#static
+document_root = %(here)s/user_dev/theme_static/
+cache_max_age = 86400
+
+[app:plugin_static]
+use = egg:Paste#static
+document_root = %(here)s/user_dev/plugin_static/
+cache_max_age = 86400
 
 [filter:errors]
 use = egg:mediagoblin#errors