Development: change front-end e2e testing to a live instance (#13884)

This commit is contained in:
shamoon
2026-08-31 12:55:19 -07:00
committed by GitHub
parent 5d9401ac4a
commit 4fcd4961bb
26 changed files with 422 additions and 39955 deletions
@@ -0,0 +1,13 @@
export const DEFAULT_APP_TITLE = 'Paperless-ngx'
export const environment = {
production: false,
apiBaseUrl: 'http://localhost:8001/api/',
apiVersion: '10',
appTitle: DEFAULT_APP_TITLE,
tag: 'e2e',
version: 'E2E',
webSocketHost: 'localhost:8001',
webSocketProtocol: 'ws:',
webSocketBaseUrl: '/ws/',
}