瀏覽代碼

Make debugErrors false by default

causefx 7 年之前
父節點
當前提交
867155fb68
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

@@ -222,7 +222,7 @@ return array(
 	'localIPTo' => '',
 	'sandbox' => 'allow-presentation,allow-forms,allow-same-origin,allow-pointer-lock,allow-scripts,allow-popups,allow-modals,allow-top-navigation',
 	'description' => 'Organizr - Accept no others',
-	'debugErrors' => true,
+	'debugErrors' => false,
 	'healthChecksURL' => 'https://healthchecks.io/api/v1/checks/',
 	'gaTrackingID' => ''
 );