1 # If you want to make changes to this file, first copy it to
2 # paste_local.ini, then make the changes there.
5 # Set to true to enable web-based debugging messages and etc.
9 pipeline = errors routing
12 use = egg:Paste#urlmap
14 /mgoblin_media/ = publicstore_serve
15 /mgoblin_static/ = mediagoblin_static
16 /theme_static/ = theme_static
17 /plugin_static/ = plugin_static
20 use = egg:mediagoblin#app
21 config = %(here)s/mediagoblin_local.ini %(here)s/mediagoblin.ini
43 format = %(asctime)s %(levelname)-7.7s [%(name)s] %(message)s
45 [app:publicstore_serve]
46 use = egg:Paste#static
47 document_root = %(here)s/user_dev/media/public/
48 cache_max_age = 604800
50 [app:mediagoblin_static]
51 use = egg:Paste#static
52 document_root = %(here)s/mediagoblin/static/
56 use = egg:Paste#static
57 document_root = %(here)s/user_dev/theme_static/
61 use = egg:Paste#static
62 document_root = %(here)s/user_dev/plugin_static/
66 use = egg:mediagoblin#errors
70 ##############################
71 # Server configuration options
72 ##############################
74 # The server that is run by default.
75 # By default, should only be accessable locally
81 #######################
82 # Helper server configs
83 # ---------------------
84 # If you are configuring the paste config manually, you can remove
87 # Use this if you want to run on port 6543 and have MediaGoblin be
94 # Use this if you want to connect via fastcgi
96 use = egg:flup#fcgi_fork