1 |
<?php |
<?php |
2 |
|
|
3 |
// provide a mapping between the endpoint, and a |
// Backend specific configuration goes in here. |
4 |
// a directory on the local file system |
|
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')) { |
if (! defined('FILE_SYSTEM_ROOT')) { |
8 |
define('FILE_SYSTEM_ROOT', '/var/www/vos/vospace/backends/file_system/sample_data/'); |
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 |
|
?> |