mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
c105a5bde0
Summary: Refactor options related to verbose error reporting and forcing disk reads into a single developer option. Test Plan: Run Phabricator with the developer-mode option set and check that errors print stack traces, static assets are always reloaded, etc. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4780
8 lines
158 B
PHP
8 lines
158 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'phabricator.developer-mode' => true,
|
|
'darkconsole.enabled' => true,
|
|
|
|
) + phabricator_read_config_file('default');
|