Setup Guide

28
DellProtectedWorkspaceManagementServerInstallandConfigurev2.2
[license]
#the license activation key to automatically attempt
activation_key =
paste activation key here for automatic activation when the system starts
(prevents need to having to enter key into the UI)
#activation server url
server =
http://delllicense.invincea.com/activate defines the URL that will be used to activate the
system with the supplied license key.
[mysql]
#mysql parameters
host = 127.0.0.1
defines the address for the MySQL server to use, default uses MySQL on local
system. If connecting to an external system, provide that systems IP address here.
port = 3306
defines the port to use to connect to MySQL. If going to an external system, this
port needs to be open on the local system firewall.
name = invincea2 name of database to use for the IMS
user = root
username of user that has access to the above database on the selected MySQL server
pass = invincea password of the above user for access to the configured database
[logging]
file = ims.log
name of file the DPWMS will log to within the install directory
level = DEBUG
level of logging (available options: DEBUG, INFO, WARN, ERROR)
