You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,19 @@ $ npm run start:dev
22
22
23
23
# production mode
24
24
$ npm run start:prod
25
-
This will start the service on port 8004 (by default). You can override the port by setting the `SERVER_PORT` environment variable, as described later in the document.
25
+
```
26
26
27
-
This will start the service on port 8004.
27
+
This will start the service on port 8004 (by default). You can override the port by setting the `SERVER_PORT` environment variable, as described later in the document.
28
28
29
29
## REST API Documentation
30
30
31
31
Once the server is running, you can:
32
-
* view the Swagger UI by opening http://localhost:8004/api
33
-
* view the Swagger definition by opening http://localhost:8004/api-json or http://localhost:8004/api-yaml.
32
+
* view the Swagger UI by opening [http://localhost:8004/api](http://localhost:8004/api)
33
+
* view the Swagger definition by opening [http://localhost:8004/api-json](http://localhost:8004/api-json) or [http://localhost:8004/api-yaml](http://localhost:8004/api-yaml)
34
34
35
35
36
36
## io.Connect Desktop Configuration
37
37
38
-
This example uses application definitions in JSON format located in the `configuration\DEMO-T42\apps` folder. Layout definitions are fetched from and saved in the `configuration\DEMO-T42\layouts` folder. You can also use your own application definitions, but they must be in the standard io.Connect Desktop [application definition](https://docs.interop.io/desktop/developers/configuration/application/index.html) format. System and other configuration files are located in the `configuration\DEMO-T42\configs` folder.
39
-
40
38
To enable fetching configuration definitions from the REST service, you need to edit your local configuration files located in the `%LOCALAPPDATA%\interop.io\io.Connect Desktop\Desktop\config` folder.
41
39
42
40
### Applications
@@ -88,7 +86,7 @@ To enable reading and storing application preference from the REST store, find t
88
86
```
89
87
### System and Other Configurations
90
88
91
-
To enable io.Connect Desktop to fetch configurations from a remote location, use the "remoteConfig" top-level key of the `gilding.json` configuration file located in the `<installation_location>/interop.io/io.Connect Desktop/Desktop/config` folder
89
+
To enable io.Connect Desktop to fetch system configurations from a remote location, use the "remoteConfig" top-level key of the `gilding.json` configuration file:
0 commit comments