forked from EUDAT-B2SAFE/B2SAFE-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
b2safe.config
61 lines (46 loc) · 1.94 KB
/
b2safe.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#directory of the iRODS installation
#for irods3 it is, typically, /home/user/iRODS
#for irods4 it is, typically, /var/lib/irods/iRODS
IRODS_DIR: /var/lib/irods/iRODS
#directory of the iRODS configuration files
#for irods3 it is, typically, /home/user/iRODS/server/config/reConfigs
#for irods4 it is, typically, /etc/irods
IRODS_CONF_DIR: /etc/irods
#directory of the iRODS server configuration file (server.config)
#for irods3 it is, typically, /home/user/iRODS/server/config
#for irods4 it is, typically, /etc/irods
IRODS_SERVER_CONF_DIR: /etc/irods
#directory of the source package downloaded via git
SOURCE_DIR: /var/lib/irods/B2SAFE-core
#directory of iRODS module configuration files
#for irods3 it is, typically, /home/user/b2safe-core
#for irods4 it is, typically, /etc/irods/b2safe-core
CONF_DIR: /etc/irods/b2safe-core
#default iRODS resource
DEFAULT_RESOURCE: demoResc
#where the credential file for EPIC is stored: "os" or "irods"
CRED_STORE_TYPE: os
#path to the credentials file for EPIC
#for irods3 it is, typically, /home/user/b2safe-core/credentials
#for irods4 it is, typically, /etc/irods/b2safe-core/credentials
CRED_FILE_PATH: /etc/irods/b2safe-core/credentials
#iRODS server id in the form <protocol>://<server_name>:<irods_port>
SERVER_ID: irods://server.id:1247
#base URI of the EPIC system where the Handle prefix is stored
BASE_URI: https://epic3.storage.surfsara.nl/v2_test/handles/
#a username for the prefix
USERNAME: XXX
#Handle prefix
PREFIX: XXX
#irods users which are allowed to create handles in the prefix
# in the form <user>#<irods_zone>
USERS: *
#log level of the B2SAFE module: INFO or DEBUG
LOG_LEVEL: DEBUG
#directory of the B2SAFE log files
#for irods3 it is, typically, /home/user/b2safe-core/log
#for irods4 it is, typically, /etc/irods/b2safe-core/log
LOG_DIR: /etc/irods/b2safe-core/log
#shared iRODS collection to store command files
#it should be accessible for iRODS users mentioned above
SHARED_SPACE: /testZone/replicate