diff options
| author | Simon Rettberg | 2013-11-05 20:25:55 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-05 20:25:55 +0100 |
| commit | e277baed387b642bb7e6707b49e55da4719a9c79 (patch) | |
| tree | 350343881ddc35fe53862e971506bc405a9a7fad /config.php | |
| parent | Tolle neue APIs Sachen (diff) | |
| download | slx-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.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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'); + |
