The provided config sniplet ``` [server:main] use = egg:gunicorn port = 8080 [app:main] use = egg:GitWeb content_path = %(here)s/repos auto_create = true ``` is not usable without a specification of a location where to paste it.