mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
configure websocket endpoint for production
This commit is contained in:
parent
b2a744e880
commit
08d96a1b76
3 changed files with 13 additions and 8 deletions
|
|
@ -7,7 +7,8 @@ export const environment = {
|
|||
apiBaseUrl: "http://localhost:8000/api/",
|
||||
appTitle: "Paperless-ng",
|
||||
version: "DEVELOPMENT",
|
||||
wsBaseUrl: "ws://localhost:8000/ws/"
|
||||
webSocketHost: "localhost:8000",
|
||||
webSocketProtocol: "ws:"
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue