diff --git a/README.md b/README.md index d1cb2577..09e03f98 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,6 @@ The following can be used to change some of the settings in the application. Arg | webroot | WEB_ROOT | Change the base URL of the web app. Ex - `/lounge` | | webapp_port | WEB_PORT | Change the port the web app uses. Defaults to `8088` | | accessUrl | WEB_ACCESSURL | Set the URL the web app uses for things like invites. Ex - `http://mysynclounge.com` | -| serverroot | SERVER_ROOT | Change the base URL of the server app. Ex - `/server`. Defaults to `/slserver` | -| server_port | SERVER_PORT | Change the port the server app uses. Defaults to `8089` | | autoJoin | AUTOJOIN_ENABLED | Set to `true` to enable auto joining. Defaults to `false` | | autoJoinServer | AUTOJOIN_SERVERURL | Set this to the server URL you want the user to auto join. Required if auto join is enabled. Ex - `http://mysynclounge.com/slserver` | | autoJoinRoom | AUTOJOIN_ROOM | Set this to the room name in the server that you want the users to auto join. Optional | @@ -116,6 +114,8 @@ The following can be used to change some of the settings in the application. Arg | authentication | AUTHENTICATION | Configure authentication for the server. See below for more information. Optional | | customServer | CUSTOM_SERVER | Override the custom server entry in the servers list. See below for more information. Optional | | servers | SERVERS | Set your own servers list. See below for more information. Optional | +| serverroot | SERVER_ROOT | Change the base URL of the server app. Ex - `/server`. Defaults to `/slserver` | +| server_port | SERVER_PORT | Change the port the server app uses. Defaults to `8089` | #### Authentication To enable authentication, the following setting and format is used