summaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-05 20:25:55 +0100
committerSimon Rettberg2013-11-05 20:25:55 +0100
commite277baed387b642bb7e6707b49e55da4719a9c79 (patch)
tree350343881ddc35fe53862e971506bc405a9a7fad /config.php
parentTolle neue APIs Sachen (diff)
downloadslx-admin-e277baed387b642bb7e6707b49e55da4719a9c79.tar.gz
slx-admin-e277baed387b642bb7e6707b49e55da4719a9c79.tar.xz
slx-admin-e277baed387b642bb7e6707b49e55da4719a9c79.zip
Working on download of remote configs
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');
+