diff --git a/docs/self-hosted/settings.md b/docs/self-hosted/settings.md index 3f52266..ea51be2 100644 --- a/docs/self-hosted/settings.md +++ b/docs/self-hosted/settings.md @@ -21,9 +21,9 @@ NOTE: Argument and ENV should be able to be used interchangeably. If you have is | ------ | ------ | ------ | | 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.
Examples:
`http://IP:8088`
`http://mysynclounge.com`
If `webroot` is set
`http://IP:8088/`
`http://mysynclounge.com/` | +| accessUrl | WEB_ACCESSURL | Set the URL the web app uses for things like invites.
Examples:
`http(s)://IP:8088`
`http(s)://mysynclounge.com`
If `webroot` is set
`http(s)://IP:8088/`
`http(s)://mysynclounge.com/` | | 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` | +| autoJoinServer | AUTOJOIN_SERVERURL | Set this to the server URL you want the user to auto join.
Required if auto join is enabled.
Examples:
`http(s)://IP:8089/slsever`
`http(s)://mysynclounge.com/slsever`
If `serveroot` or `server_port` are set
`http(s)://IP:SERVER_PORT/`
`http(s)://mysynclounge.com/` | | autoJoinRoom | AUTOJOIN_ROOM | Set this to the room name in the server that you want the users to auto join.
Optional | | autoJoinPassword | AUTOJOIN_PASSWORD | Set this to the room's password, if it has one.
Optional | | authentication | AUTHENTICATION | Configure authentication for the server. See below for more information.
Optional |