(chore) improve README
This commit is contained in:
parent
9e2e1e136e
commit
61985ab43f
|
@ -141,6 +141,7 @@ TAIGA_WEBSOCKETS_URL: "ws://localhost:9000"
|
|||
`TAIGA_URL` is where this Taiga instance should be served. It should be the same as `TAIGA_SITES_SCHEME`://`TAIGA_SITES_DOMAIN`.
|
||||
`TAIGA_WEBSOCKETS_URL` is used to connect to the events. This should have the same value as `TAIGA_SITES_DOMAIN`, ie: ws://taiga.mycompany.com.
|
||||
|
||||
> IMPORTANT NOTICE: When you're configuring Taiga to run with HTTPS, you should configure `TAIGA_URL` with `https` and `TAIGA_WEBSOCKETS_URL` with `wss`.
|
||||
|
||||
### Session Settings
|
||||
|
||||
|
|
Loading…
Reference in New Issue