Ignore:
Timestamp:
Sep 27, 2008, 11:10:38 PM (15 years ago)
Author:
Sam Hocevar
Message:

Change the website name to caca.zoy.org.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trac/cgi-bin/trac.wsgi

    r2685 r2834  
    2222
    2323def application(environ, start_request):
    24     environ['trac.env_path'] = '/srv/libcaca.zoy.org/var/lib/trac'
     24    environ['trac.env_path'] = '/srv/caca.zoy.org/var/lib/trac'
    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.