System configuration file
- Last Updated: September 5, 2025
- 1 minute read
- OpenEdge Command Center
- Version 2.0
- Documentation
The system configuration file (system-config.json) defines the key system-level settings, such as logging level, setup status, and help resource links for the OpenEdge Center server.
The default location for this file on the Windows platform is C:\Progress\OECC\data\conf, and that for the Linux platform is /usr/oecc/data/conf.
The sample system-config.json configuration file is as follows:
|
The following table describes the attributes in the
system-config.json file:
| Attribute | Description |
|---|---|
loglevel |
Specifies the verbosity of server logs. The supported values
are:
|
maxFileUploadSize |
Indicates the maximum file size (in bytes) that the server allows
for uploads. By default, the value is set to
523,239,424 bytes (499 MB). To increase the
upload limit, add the maxFileUploadSize attribute
to this configuration file and specify the value in bytes. The
maximum value you can set is 3,221,225,472 bytes
(3 GB). If you set a higher value than this limit, the server
automatically reverts to the maximum allowed upload size of
3,221,225,472 bytes. |
firstTimeSetupDone |
Specifies whether the initial setup is done during installation. |
helpURLs |
Provides the links to the product documentation. |
Note: Progress recommends that you do not change the
default settings in the configuration file unless you have a specific
requirement.