Ignore:
Timestamp:
Oct 18, 2008, 9:55:01 PM (15 years ago)
Author:
Sam Hocevar
Message:

Fix trac repo path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/branches/test/trac/cgi-bin/trac.wsgi

    r2834 r2970  
    2222
    2323def application(environ, start_request):
    24     environ['trac.env_path'] = '/srv/caca.zoy.org/var/lib/trac'
     24    environ['trac.env_path'] = '/srv/caca.zoy.org/var/lib/trac-test'
    2525    if 'PYTHON_EGG_CACHE' not in os.environ:
    2626        pkg_resources.set_extraction_path(tempfile.gettempdir())
Note: See TracChangeset for help on using the changeset viewer.