1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00
phorge-phorge/conf/development.conf.php

9 lines
158 B
PHP
Raw Normal View History

2011-01-25 20:57:47 +01:00
<?php
return array(
'phabricator.developer-mode' => true,
'darkconsole.enabled' => true,
) + phabricator_read_config_file('default');