summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test.php b/scripts/test.php
index 83d8c5a..d14076a 100644
--- a/scripts/test.php
+++ b/scripts/test.php
@@ -9,5 +9,7 @@ require(realpath(dirname(__FILE__) . "/../bootstrap.php"));
// Set up siteroot
define('DIPPER_ROOT', realpath(dirname(__FILE__) . "/../"));
+define('SITES_ROOT', '/web/sites/');
+define('CONFIG_ROOT', '/web/etc/nginx/');
new App\Script\Console;