(chore) improve README

This commit is contained in:
Yamila Moreno 2021-03-01 10:28:43 +01:00
parent 9e2e1e136e
commit 61985ab43f
1 changed files with 1 additions and 0 deletions

View File

@ -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