some changes

This commit is contained in:
jonaswinkler
2021-01-04 23:05:16 +01:00
parent 179b53d373
commit 21df7b39cb
6 changed files with 356 additions and 76 deletions

View File

@@ -6,7 +6,7 @@ export const environment = {
production: false,
apiBaseUrl: "http://localhost:8000/api/",
appTitle: "Paperless-ng",
version: "DEVELOPMENT"
version: "DEVELOPMENT",
wsBaseUrl: "ws://localhost:8000/ws/"
};