Use ws:// instead of wss://
This commit is contained in:
parent
6f896e72f4
commit
20c046d48c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ data:
|
||||||
|
|
||||||
# Taiga Front Settings
|
# Taiga Front Settings
|
||||||
TAIGA_URL: https://FQDN
|
TAIGA_URL: https://FQDN
|
||||||
TAIGA_WEBSOCKETS_URL: wss://FQDN
|
TAIGA_WEBSOCKETS_URL: ws://FQDN
|
||||||
PUBLIC_REGISTER_ENABLED: REPLACEME
|
PUBLIC_REGISTER_ENABLED: REPLACEME
|
||||||
ENABLE_GITHUB_IMPORTER: "false"
|
ENABLE_GITHUB_IMPORTER: "false"
|
||||||
ENABLE_JIRA_IMPORTER: "false"
|
ENABLE_JIRA_IMPORTER: "false"
|
||||||
|
|
Loading…
Reference in a new issue