Edgewall Software

Changes between Version 99 and Version 100 of TracIni


Ignore:
Timestamp:
Aug 12, 2007, 1:32:22 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

Restoring global trac.ini information for 0.9 and 0.10 series

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v99 v100  
    66== Global Configuration ==
    77
    8 Since version 0.9 a global `trac.ini` file has to be explicitely specified in trac.ini. The global options in there will then be merged with the environment-specific options, where local options override global options.
     8==== Trac 0.9 and 0.10 ====
     9Since version 0.9, Trac can also read the configuration from a global `trac.ini` file. These global options will then be merged with the environment-specific options, where local options override global options.
    910
     11The global configuration is by default located in `$prefix/share/trac/conf/trac.ini`. It can be moved to a different location (for example, `/etc/trac.ini`), but that requires changing the file `trac/siteconfig.py` which gets created when Trac is installed.
     12
     13==== Trac 0.11 ====
    1014Since version 0.11 you must explicitly note which file to inherit from:
    1115{{{