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 |
|
// root url for returning data |
12 |
|
// this should be the web server path the to the files being served |
13 |
|
if(! defined('HTTP_ROOT')) { |
14 |
|
define('HTTP_ROOT', 'http://cadac-dev.ucsd.edu/vos/vospace/backends/file_system/sample_data/'); |
15 |
|
} |
16 |
|
|
17 |
|
// who to list as the data owner in the owner property |
18 |
if (! defined('DATA_OWNER')) { |
if (! defined('DATA_OWNER')) { |
19 |
define('DATA_OWNER', 'R. Wagner, rwagner@physics.ucsd.edu'); |
define('DATA_OWNER', 'R. Wagner, rwagner@physics.ucsd.edu'); |
20 |
} |
} |
21 |
|
|
22 |
|
|
23 |
?> |
?> |