This commit is contained in:
jonaswinkler
2020-12-07 22:15:56 +01:00
parent 87fa118de0
commit dc36e8566a
11 changed files with 69 additions and 22 deletions

View File

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

View File

@@ -4,7 +4,8 @@
export const environment = {
production: false,
apiBaseUrl: "http://localhost:8000/api/"
apiBaseUrl: "http://localhost:8000/api/",
appTitle: "DEVELOPMENT P-NG"
};
/*