Changeset View
Changeset View
Standalone View
Standalone View
conf/default.conf.php
| Show First 20 Lines • Show All 1,012 Lines • ▼ Show 20 Lines | // -- Customization --------------------------------------------------------- // | ||||
| // are always launched in verbose mode. See also 'phd.trace'. | // are always launched in verbose mode. See also 'phd.trace'. | ||||
| 'phd.verbose' => false, | 'phd.verbose' => false, | ||||
| // Launch daemons in "trace" mode by default. This creates an ENORMOUS amount | // Launch daemons in "trace" mode by default. This creates an ENORMOUS amount | ||||
| // of output, but can help debug issues. Daemons launched in debug mode with | // of output, but can help debug issues. Daemons launched in debug mode with | ||||
| // "phd debug" are always launched in trace mdoe. See also 'phd.verbose'. | // "phd debug" are always launched in trace mdoe. See also 'phd.verbose'. | ||||
| 'phd.trace' => false, | 'phd.trace' => false, | ||||
| // Path to custom celerity resource map relative to 'phabricator/src'. | |||||
| // See also `scripts/celerity_mapper.php`. | |||||
| 'celerity.resource-path' => '__celerity_resource_map__.php', | |||||
| // This value is an input to the hash function when building resource hashes. | // This value is an input to the hash function when building resource hashes. | ||||
| // It has no security value, but if you accidentally poison user caches (by | // It has no security value, but if you accidentally poison user caches (by | ||||
| // pushing a bad patch or having something go wrong with a CDN, e.g.) you can | // pushing a bad patch or having something go wrong with a CDN, e.g.) you can | ||||
| // change this to something else and rebuild the Celerity map to break user | // change this to something else and rebuild the Celerity map to break user | ||||
| // caches. Unless you are doing Celerity development, it is exceptionally | // caches. Unless you are doing Celerity development, it is exceptionally | ||||
| // unlikely that you need to modify this. | // unlikely that you need to modify this. | ||||
| 'celerity.resource-hash' => 'd9455ea150622ee044f7931dabfa52aa', | 'celerity.resource-hash' => 'd9455ea150622ee044f7931dabfa52aa', | ||||
| ▲ Show 20 Lines • Show All 117 Lines • Show Last 20 Lines | |||||