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 mediagoblin
10 pipeline = mediagoblin
13 use = egg:mediagoblin#app
14 config = %(here)s/mediagoblin_local.ini %(here)s/mediagoblin.ini
16 /mgoblin_media = %(here)s/user_dev/media/public
17 /mgoblin_static = %(here)s/mediagoblin/static
18 /theme_static = %(here)s/user_dev/theme_static
19 /plugin_static = %(here)s/user_dev/plugin_static
41 format = %(asctime)s %(levelname)-7.7s [%(name)s] %(message)s
44 use = egg:mediagoblin#errors
48 ##############################
49 # Server configuration options
50 ##############################
52 # The server that is run by default.
53 # By default, should only be accessable locally
58 # Gunicorn settings. See http://docs.gunicorn.org/en/19.0/settings.html
59 # for more information about configuring Gunicorn
64 #######################
65 # Helper server configs
66 # ---------------------
67 # If you are configuring the paste config manually, you can remove
70 # Use this if you want to run on port 6543 and have MediaGoblin be
77 # Use this if you want to connect via fastcgi
79 use = egg:flup#fcgi_fork