summaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php b/config.php
index dbe75519..5b44d1cf 100644
--- a/config.php
+++ b/config.php
@@ -13,3 +13,8 @@ define('CONFIG_SQL_USER', 'openslx');
define('CONFIG_SQL_PASS', 'geheim');
//define('CONFIG_SQL_DB', 'openslx');
+define('CONFIG_TGZ_LIST_DIR', '/tmp/configs');
+define('CONFIG_HTTP_DIR', '/tmp/active-config');
+
+define('CONFIG_REMOTE_TGZ', 'http://127.0.0.1/fakeremote');
+