Skip to content

Commit

Permalink
Fix environment variable in sample.env for enabling websockets (#281)
Browse files Browse the repository at this point in the history
* Fix environment variable in sample.env for enabling websockets

* Update docs
  • Loading branch information
ac-61 authored Nov 30, 2022
1 parent cd1c0c8 commit da230f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/Setup/ENVs/ENVs.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ When not using AUTH=csso, this is a list of usernames to be treated as leads (us

LDAP group of leads (users with elevated permissions) | string | default `''`

#### `ENABLE_MMGIS_SOCKETS=`
#### `ENABLE_MMGIS_WEBSOCKETS=`

If true, enables the backend MMGIS websockets to tell clients to update layers | boolean | default `false`
2 changes: 1 addition & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ CSSO_LEAD_GROUP=A
LEADS=["user1"]

# If true, enables the backend MMGIS websockets to tell clients to update layers
ENABLE_MMGIS_SOCKETS=false
ENABLE_MMGIS_WEBSOCKETS=false

0 comments on commit da230f8

Please sign in to comment.