Merge branch 'dev' into feature-websockets-status

This commit is contained in:
jonaswinkler
2021-01-04 22:45:56 +01:00
257 changed files with 18414 additions and 3310 deletions

View File

@@ -1,4 +1,6 @@
export const environment = {
production: true,
apiBaseUrl: "/api/"
apiBaseUrl: "/api/",
appTitle: "Paperless-ng",
version: "0.9.11"
};

View File

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