Parent Directory
|
Revision Log
switching to file system backend for testing
1 | <?php |
2 | |
3 | // Backend specific configuration goes in here. |
4 | |
5 | // Top level of files being served by the endpoint. |
6 | // This is the top node of the vospace. |
7 | if (! defined('FILE_SYSTEM_ROOT')) { |
8 | define('FILE_SYSTEM_ROOT', '/var/www/vos/vospace/backends/file_system/sample_data/'); |
9 | } |
10 | |
11 | if (! defined('DATA_OWNER')) { |
12 | define('DATA_OWNER', 'R. Wagner, rwagner@physics.ucsd.edu'); |
13 | } |
14 | |
15 | ?> |
msdemlei@ari.uni-heidelberg.de | ViewVC Help |
Powered by ViewVC 1.1.26 |