mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
e7419d85f7
Summary: I haven't been able to understand why this isn't set by default in production environments (since it is recommended to do so anyway). Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D8743
9 lines
204 B
PHP
9 lines
204 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'phabricator.developer-mode' => true,
|
|
'darkconsole.enabled' => true,
|
|
'celerity.minify' => false,
|
|
|
|
) + phabricator_read_config_file('default');
|