Ember Monitor Configuration Guide
Overview
Ember Monitor is a GUI application that provides dashboard/administrative capabilities to Ember.

Ember Monitor is based on a Spring Boot-based backend, so configuration can be extended (or overridden) in many ways:
- A configuration file (yaml)
- Java system properties
- Environment variables
- Command line properties
All examples described below use the application.yaml file configuration, but any of the above ways can be used.
Adding a Configuration File
To extend (and override) Ember Monitor settings, create application.yaml, for example, in the Ember home directory, and specify the location to it through an environment variable:
set EMBER_MONITOR_OPTS=-Dspring.config.additional-location=/deltix/emberhome/application.yaml
Changing Ember Monitor Port
To change the port number of Ember Monitor, add the following to application.yaml:
server:
port: 8992