<!--
=====================
LICENSE CONFIGURATION
=====================
-->


<!-- Configure the type of license that should be used to run Lightstreamer. -->
<license>


<!-- License type to be used.
Can be one of the following:
- DEMO: The server is fully featured, has no time bomb, and puts a
limit of max 20 concurrent users sessions. Does not require either
a license file or access to the license server. Can be used only for
evaluation, testing, and development; not for production.
- LICENSE_FILE: A license file is required, which determines the
features to be enabled and any constraint.
- LICENSE_SERVER: Access to the online license server is required,
which determines the features to be enabled and any constraint. -->
<type>DEMO</type>


<!-- Used if license type is set to DEMO -->
<demo>


<!-- Make Lightstreamer Server run as any of the available editions.
Can be one of the following:
- Allegro
- Presto
- Vivace -->
<edition>Vivace</edition>


</demo>


<!-- Used if license type is set to LICENSE_FILE -->
<license_file>


<!-- Customer's client-id. -->
<client_id></client_id>


<!-- Cumulative. Path and name of the license file
for Lightstreamer Server, relative to the conf directory.
If multiple occurrences of <license_path> are supplied, the files
are all evaluated and the first acceptable one is considered. This
is useful in case the visible MAC addresses may change among
a fixed set during the life of the Server.
Example: mylicensefile.lic -->
<license_path>STTI_005056830038_Allegro.lic</license_path>


</license_file>


<!-- Used if license type is set to LICENSE_SERVER -->
<license_server>


<!-- Customer's client-id. -->
<client_id></client_id>


<!-- Customer's password. -->
<password></password>


<!-- Make Lightstreamer Server run as any of the available editions,
only if the license server does not impose the edition.
Can be one of the following:
- Allegro
- Presto
- Vivace -->
<edition>Vivace</edition>


</license_server>


<!-- Path of the directory in which to store the audit log file,
relative to the conf directory. The audit log reports statistics
on the number of concurrent sessions and is produced for some
types of licenses only. -->
<audit_log_path>../audit</audit_log_path>


</license>


<!--