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