Changeset View
Changeset View
Standalone View
Standalone View
conf/default.conf.php
| Show First 20 Lines • Show All 974 Lines • ▼ Show 20 Lines | // -- Customization --------------------------------------------------------- // | ||||
| // 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', | ||||
| // Minify static resources by removing whitespace and comments. You should | // Minify static resources by removing whitespace and comments. You should | ||||
| // enable this in production, but disable it in development. | // enable this in production, but disable it in development. | ||||
| 'celerity.minify' => false, | 'celerity.minify' => true, | ||||
| // You can respond to various application events by installing listeners, | // You can respond to various application events by installing listeners, | ||||
| // which will receive callbacks when interesting things occur. Specify a list | // which will receive callbacks when interesting things occur. Specify a list | ||||
| // of classes which extend PhabricatorEventListener here. | // of classes which extend PhabricatorEventListener here. | ||||
| 'events.listeners' => array(), | 'events.listeners' => array(), | ||||
| // -- Syntax Highlighting --------------------------------------------------- // | // -- Syntax Highlighting --------------------------------------------------- // | ||||
| ▲ Show 20 Lines • Show All 106 Lines • Show Last 20 Lines | |||||