diff options
Diffstat (limited to 'paste.py3.ini')
-rw-r--r-- | paste.py3.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste.py3.ini b/paste.py3.ini index afd5982b..77364c09 100644 --- a/paste.py3.ini +++ b/paste.py3.ini @@ -52,7 +52,7 @@ debug = false # The server that is run by default. # By default, should only be accessable locally [server:main] -use = egg:gunicorn +use = egg:mediagoblin#paste_server_selector host = 127.0.0.1 port = 6543 # Gunicorn settings. See http://docs.gunicorn.org/en/19.0/settings.html |