#
# sample user preferences for UCC
#
# if not specified using the -c option, UCC checks whether a
# file '$HOME/.ucc/preferences' exists and reads preferences from it
# 


#
# Credential configuration - it is used to identify You in the Grid,
# and must be kept secret.
#

# Credential format can be autodetected in the most cases, but it can be also set here
credential.format=jks

# Location containing the credential. Here path to JKS keystore.
credential.path=../certs/user-keystore.jks

# The main credential password. If you do not want to put your password
# into a file, remove it and UCC will query for it
credential.password=the!user


# In case you have more than one key and use keystore, make sure to set the alias
#credential.keyAlias=demo user

#
# configure a truststore with trusted CA certificates.
#
truststore.type=keystore
truststore.keystorePath=../certs/user-keystore.jks
truststore.keystoreFormat=JKS
truststore.keystorePassword=the!user

#
# The address(es) of the registries to contact
# (space separated list)

registry=https://localhost:8080/DEMO-SITE/services/Registry?res=default_registry

#
# default directory for output
# 
output=.

#
# HTTP Proxy settings
#
#http.proxyHost=
#http.proxyPort=
#http.proxy.user=
#http.proxy.password=
#http.nonProxyHosts=<space separated list of hostnames>

#
# connection timeout in millis (default = 10000)
#
#http.connection.timeout=<timeout in millis>

