mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
1.6.0
[skip ci]
This commit is contained in:
parent
333321e600
commit
d3bccc049b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export const environment = {
|
||||||
apiBaseUrl: document.baseURI + "api/",
|
apiBaseUrl: document.baseURI + "api/",
|
||||||
apiVersion: "2",
|
apiVersion: "2",
|
||||||
appTitle: "Paperless-ngx",
|
appTitle: "Paperless-ngx",
|
||||||
version: "1.6.0-rc1",
|
version: "1.6.0",
|
||||||
webSocketHost: window.location.host,
|
webSocketHost: window.location.host,
|
||||||
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:"),
|
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:"),
|
||||||
webSocketBaseUrl: base_url.pathname + "ws/",
|
webSocketBaseUrl: base_url.pathname + "ws/",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue