After you install the OpenEdge Command Center server, the installer places the following configuration files in the installation directory to support the operations of server.
  • Data store configuration file (db-config.json)
  • System configuration file (system-config.json)
  • Server configuration file (server-config.json)
These configuration files enable the server to manage its connection to MongoDB, control its runtime behavior, and define its operational settings. The data store db-config.json and system (system-config.json) configuration files are stored in the data/conf directory, while the server configuration file (server-config.json) is stored in the server/conf directory. In a High Availability (HA) setup, the files in the data directory are shared across all servers, whereas the server configuration file remains local to each server. You can modify these files to change the configuration of the OpenEdge Command Center server. However, Progress recommends retaining the default settings unless you have a specific requirement.

Before making any changes to the configuration files, stop the server if it is already running. After making the changes, restart the server to apply the changes.