Changes between Version 8 and Version 9 of TracIni
- Timestamp:
- 08/26/12 19:47:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracIni
v8 v9 1 1 = The Trac Configuration File = 2 2 3 ''[Note To Editors] Please discuss documentation changes in the [#Discussion] section. Even better, send us [TracDev/SubmittingPatches documentation patches] against the ''code'' (i.e. where the configuration entries are documented), either on Trac-dev or on new tickets. '' 4 3 5 [[TracGuideToc]] 6 [[PageOutline]] 4 7 5 8 Trac configuration is done by editing the '''`trac.ini`''' config file, located in `<projectenv>/conf/trac.ini`. Changes to the configuration are usually reflected immediately, though changes to the `[components]` or `[logging]` sections will require restarting the web server. You may also need to restart the web server after creating a global configuration file when none was previously present. 6 9 7 The `trac.ini` configuration file should be writable by the web server, as Trac currently relies on the possibility to trigger a complete environment reload to flush its caches.10 The `trac.ini` configuration file and its parent directory should be writable by the web server, as Trac currently relies on the possibility to trigger a complete environment reload to flush its caches. 8 11 9 12 == Global Configuration == … … 28 31 This is a brief reference of available configuration options, and their default settings. 29 32 33 ''Note that the [bitten], [spam-filter] and [vote] sections below are added by plugins enabled on this Trac, and therefore won't be part of a default installation.'' 34 35 {{{ 36 #!comment 37 Suggest your documentation fixes in the Discussion section at 38 the bottom of the page, or better send us patches against 39 the corresponding docstrings you'll find in the code! 40 41 Please don't waste your time by editing the HTML code below, changes won't be picked up. 42 }}} 30 43 [[TracIni]] 31 44 … … 50 63 51 64 See also: TracPlugins 65 66 === [extra-permissions] === #extra-permissions-section 67 ''(since 0.12)'' 68 69 Custom additional permissions can be defined in this section when [wiki:ExtraPermissionsProvider] is enabled. 52 70 53 71 === [milestone-groups] === #milestone-groups-section