Changeset 2834 for trac/cgi-bin/trac.fcgi
- Timestamp:
- Sep 27, 2008, 11:10:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trac/cgi-bin/trac.fcgi
r2685 r2834 21 21 if 'TRAC_ENV' not in os.environ and \ 22 22 'TRAC_ENV_PARENT_DIR' not in os.environ: 23 os.environ['TRAC_ENV'] = '/srv/ libcaca.zoy.org/var/lib/trac'23 os.environ['TRAC_ENV'] = '/srv/caca.zoy.org/var/lib/trac' 24 24 if 'PYTHON_EGG_CACHE' not in os.environ: 25 25 os.environ['PYTHON_EGG_CACHE'] = tempfile.gettempdir()
Note: See TracChangeset
for help on using the changeset viewer.