# List of access hosts, separated by a space
# You can define your host in several ways:
# 	'example.org'		- access@example.org port 22
#	'example.org:200'	- access@example.org port 200
#	'user@1.2.3.4:333'	- user@1.2.3.4 port 333
ACCESSHOST="access"

# Path to the private SSL-key file for connection to the access host
# The key must be accessible without a password
KEYFILE=/var/lib/calculate/access_key

# Connection timeout (in seconds)
CONNECT_TIMEOUT=20

# Maximum number of retries before disallowing access, -1 - infinity
RETRY=5
