#
# DataPower connection properties
# 

# out test appliance - we can provice just the host name
datapower.url=dp6-esxi

# Connection properties are prefixed with environment prefix
# defined using the "environment" task.
# We use "dev" as an example
dev.dp.username=dpbuddy
dev.dp.password=dpbuddy01
dev.dp.domain=dpbuddy-samples
dev.dp.url=${datapower.url}

# This setting allows us to use XML management interface without
# having to add DataPower cert to the JDK's keystore (note that True is the default)
# dev.dp.trust.all.certs=true
# Create audit entries for all import commands
dp.audit=true
dp.audit.local.file=${basedir}/audit/dpbuddy-audit-log.xml
# release info for the audit file
dp.release.info=release 1.0.1

# License location. You don't need this entry if you're using a trial license,
# it will be generated automatically
# dpbuddy.license.file=${basedir}/dpbuddy-license
                  
