Skip to content

Commit 83b98fc

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

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,19 @@ $ npm run start:dev
2222
2323
# production mode
2424
$ 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+
```
2626

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.
2828

2929
## REST API Documentation
3030

3131
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)
3434

3535

3636
## io.Connect Desktop Configuration
3737

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-
4038
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.
4139

4240
### Applications
@@ -88,7 +86,7 @@ To enable reading and storing application preference from the REST store, find t
8886
```
8987
### System and Other Configurations
9088

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:
9290

9391
```json
9492
{

0 commit comments

Comments
 (0)