Commit 02303432 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added options in configuration file.

parent 6137c0cb
Loading
Loading
Loading
Loading
Loading
+19 −6
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ password = postgres

# Redis
[job_cache]
; hostname or IP address of the machine that hosts Redis
; hostname or IP address of the machine that hosts the Redis cache system
host = redis
; port at which the cache service is available, default is 6379 TCP
port = 6379
@@ -30,7 +30,7 @@ db_sched = 2

# RabbitMQ
[amqp]
; hostname or IP address of the machine that hosts the RabbitMQ broker
; hostname or IP address of the machine that hosts the RabbitMQ message broker
host = rabbitmq
; port at which the broker is available, default is 5672 TCP
port = 5672
@@ -40,6 +40,9 @@ port = 5672
# VOSpace backend settings #
############################

[main]
vos_base_path = /vos

[checksum]
; suffix for files containing MD5 checksums
md5_file_suffix = -md5sum.txt
@@ -63,8 +66,18 @@ max_ready_jobs = 4
# Storage settings #
####################

[tape]
path_prefix = None
[transfer_node]
; user folder
base_path = /home/{username}
; data entry point
data_in = ${base_path}/store
; data exit point
data_out = ${base_path}/retrieve

[tape_library]
; user folder
base_path = /home/users/{username}

[server1]
path_prefix = None
[ia2_server]
; user folder
base_path = /home/{username}