Merge branch 'main' into dev

This commit is contained in:
Michael Shamoon
2022-09-27 09:36:39 -07:00
4 changed files with 20 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ export const environment = {
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '2',
appTitle: 'Paperless-ngx',
version: '1.9.0-dev',
version: '1.9.2-dev',
webSocketHost: window.location.host,
webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
webSocketBaseUrl: base_url.pathname + 'ws/',