diff --git a/docs/en/edge/rhoconnect/push-client-setup-rps.md b/docs/en/edge/rhoconnect/push-client-setup-rps.md index 16b7ec58..55b3b9f3 100644 --- a/docs/en/edge/rhoconnect/push-client-setup-rps.md +++ b/docs/en/edge/rhoconnect/push-client-setup-rps.md @@ -73,6 +73,7 @@ You can control basic settings for RhoConnect push using command line arguments. -p, --port Run the server on this port (defaults to 8675) -r, --redis REDIS Redis connection string (i.e. redis://localhost:6379) -s, --httpSecure Specify if this server is running over https or http + -R, --rcSecure Specify if the Rhoconnect server is running over https or http -t, --timeout TIMEOUT Time (in ms) before timeout is sent to client -T, --registrationTimeout Expiration limit for client registration tokens -v, --version Display server version @@ -83,6 +84,7 @@ You can also configure more advanced settings in RhoConnect push by creating a c :::json { "httpSecure": "n", + "rcSecure": "n", "devAuthHost": "localhost", "devAuthUrl": "/rc/v1/app/rps_login", "devAuthPort": "9292", @@ -108,6 +110,7 @@ To start the server using a config.json file, run the following command. The JSON file has the following parameters. * `httpSecure` - Specify whether the push server will be an https or http server (y/n). +* `rcSecure` - Specify whether Rhoconnect server instance on https or http (y/n). * `devAuthHost` - RhoConnect instance used to handle device credentials. * `devAuthUrl` - Path used on the RhoConnect instance to handle device credentials. * `devAuthPort` - Port used on the RhoConnect instance to handle device credentials. @@ -206,4 +209,4 @@ When you configure your application `build.yml` file for RhoConnect Push Service extensions: ["rhoconnect-push"] ## Finishing Client Setup -Once you have completed the above steps for setting up for RhoConnect Push Service on Android or Windows Mobile/CE client and RhoConnect server, you must still [perform the client setup that is needed for all platforms](push-client-setup). \ No newline at end of file +Once you have completed the above steps for setting up for RhoConnect Push Service on Android or Windows Mobile/CE client and RhoConnect server, you must still [perform the client setup that is needed for all platforms](push-client-setup).