Skip to content

Commit e60b16a

Browse files
authored
Update README.md
1 parent 83b98fc commit e60b16a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ To enable io.Connect Desktop to fetch system configurations from a remote locati
100100

101101
## REST Service Env Variables
102102

103-
SERVER_PORT - The port on which the REST service will run. Defaults to 8004
104-
APPS_FOLDER - Specifies the directory containing application definitions in JSON format. By default, it points to the `configuration\apps` folder, but the environment variable `APPS_FOLDER` can be used to override this setting.
105-
LAYOUTS_FOLDER - Specifies the directory for reading and storing layout definitions. By default, this is set to the `configuration\layouts` folder, but the environment variable `LAYOUTS_FOLDER` can be used to override this setting.
106-
PREFS_FOLDER - Specifies the directory used for reading and storing application preferences. By default, it points to the `configuration\prefs` folder, but the environment variable `PREFS_FOLDER` can be used to override this setting.
107-
CONFIGS_FOLDER - Specifies the directory for storing system configurations. By default, it points to the `configuration\configs` folder, but the environment variable `CONFIGS_FOLDER` can be used to override this setting.
103+
* SERVER_PORT - The port on which the REST service will run. Defaults to 8004
104+
* APPS_FOLDER - Specifies the directory containing application definitions in JSON format. By default, it points to the `configuration\apps` folder, but the environment variable `APPS_FOLDER` can be used to override * this setting.
105+
* LAYOUTS_FOLDER - Specifies the directory for reading and storing layout definitions. By default, this is set to the `configuration\layouts` folder, but the environment variable `LAYOUTS_FOLDER` can be used to override this setting.
106+
* PREFS_FOLDER - Specifies the directory used for reading and storing application preferences. By default, it points to the `configuration\prefs` folder, but the environment variable `PREFS_FOLDER` can be used to override this setting.
107+
* CONFIGS_FOLDER - Specifies the directory for storing system configurations. By default, it points to the `configuration\configs` folder, but the environment variable `CONFIGS_FOLDER` can be used to override this setting.
108108

0 commit comments

Comments
 (0)