#default port number
Port=8443

#IP, default localhost
IP=0.0.0.0

#mysql or oracle
DbType=oracle

#db username
DbUserName=

#db password
DbPassword=

#For MySQL, it has to follow the format 'host/db' (i.e. "mysql-server.example.com/fts3db") 
#For Oracle, it supports transparent application failover, to enable it you need to use a connection string such as: "(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = fts2source.cern.ch)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = fts2source.cern.ch)(PORT = 1521))(LOAD_BALANCE = yes) (FAILOVER=yes) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)(FAILOVER_MODE=(TYPE = SELECT)(METHOD = BASIC)(RETRIES = 200)(DELAY = 15))))"
#An alternative for oracle connection string (without failover support) is: hostname.cern.ch:10121/Service name
DbConnectString=

#Number of db connections in the pool (use even number, e.g. 2,4,6,8,etc OR 1 for a single connection)
DbThreadsNum=8

#The alias used for the FTS endpoint, will be published as such in the dashboard transfers UI http://dashb-wlcg-transfers.cern.ch/ui/
Alias=

#Default log directory
TransferLogDirectory=/var/log/fts3

#Infosys, either the fqdn:port of a BDII instance or false to disable BDII access
Infosys=lcg-bdii.cern.ch:2170

#keep_alive socket for ldap connection
BDIIKeepAlive=true

#Query the info systems specified in the order given, e.g. glue1:myosg:glue2
InfoProviders=glue1

#Do not change this
Optimizer=true

#keep_alive socket option for gsoap
HttpKeepAlive=true

#Set to true to one and only one FTS3 VM to let the cron job cleanup old records from the primary database tables. The records are not deleted but moved to *_backup tables
CleanRecordsHost=false

#Do not change this
AuthorizedVO=*

#To enable MyOSG comment in the following line and uncomment the next one 
MyOSG=false
# MyOSG=http://myosg.grid.iu.edu/rgsummary/xml?summary_attrs_showservice=on&summary_attrs_showfqdn=on&gip_status_attrs_showtestresults=on&downtime_attrs_showpast=&account_type=cumulative_hours&ce_account_type=gip_vo&se_account_type=vo_transfer_volume&bdiitree_type=total_jobs&bdii_object=service&bdii_server=is-osg&start_type=7daysago&start_date=10%2F19%2F2012&end_type=now&end_date=10%2F19%2F2012&all_resources=on&facility_10009=on&gridtype_1=on&service=on&service_5=on&service_2=on&service_3=on&active_value=1&disable_value=1&has_wlcg=on

#The maximum number of processes available to a single user (resource limit)
#-1 means use OS default (check ulimit -u)
MaxNumberOfProcesses=4000

#Do not change this
[roles]
Public = all:*
