QoL: log version at startup, show backend vs frontend mismatch in system status (#10214)

This commit is contained in:
shamoon
2025-06-19 08:29:34 -07:00
committed by GitHub
parent 83391af866
commit 52b95f2b62
12 changed files with 85 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ export const environment = {
apiBaseUrl: 'http://localhost:8000/api/',
apiVersion: '9',
appTitle: 'Paperless-ngx',
tag: 'dev',
version: 'DEVELOPMENT',
webSocketHost: 'localhost:8000',
webSocketProtocol: 'ws:',