My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php

// provide a mapping between the endpoint, and a
// collection in IRODS
if (! defined('VOSPACE_ROOT')) {
define('VOSPACE_ROOT', 'ivo://example.org!vospace');
}

// File path to simpletest, needed to run unit tests
if (! defined('SIMPLE_TEST')) {
define('SIMPLE_TEST', '/var/www/html/simpletest/');
}

// Relative file path to backend being used
if (! defined('BACKEND')) {
define('BACKEND', '/var/www/html/vospace/backends/file_system/');
}

?>
Show details Hide details

Change log

r737 by richard.p.wagner on Aug 21, 2008   Diff
WS-Security header capturing
Go to: 
Project members, sign in to write a code review

Older revisions

r730 by richard.p.wagner on Aug 18, 2008   Diff
adding file system backend
r528 by richard.p.wagner on May 20, 2008   Diff
presentations
r108 by richard.p.wagner on Mar 27, 2008   Diff
refactoring to support different
backends
All revisions of this file

File info

Size: 460 bytes, 19 lines
Hosted by Google Code