aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/config.default.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php
index fdbdaee..4f45eac 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -723,4 +723,16 @@ $authDebug = false;
* @var string
*/
$authEmailSuffix = null;
+
+
+
+
+/**
+ * URL unittests are being run against
+ * Has to have a trailing slash
+ *
+ * @var string
+ */
+$unittestUrl = null;
+
?>