2020-10-27 01:10:18 +01:00
|
|
|
// This file can be replaced during build by using the `fileReplacements` array.
|
|
|
|
|
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
|
|
|
|
|
// The list of file replacements can be found in `angular.json`.
|
|
|
|
|
|
|
|
|
|
export const environment = {
|
|
|
|
|
production: false,
|
2020-11-07 12:05:15 +01:00
|
|
|
apiBaseUrl: "http://localhost:8000/api/",
|
2021-02-25 11:32:22 +01:00
|
|
|
apiVersion: "2",
|
2022-02-19 21:42:09 +01:00
|
|
|
appTitle: "Paperless-ngx",
|
2021-01-04 23:05:16 +01:00
|
|
|
version: "DEVELOPMENT",
|
2021-02-02 16:22:36 +01:00
|
|
|
webSocketHost: "localhost:8000",
|
2021-05-11 17:28:06 +09:00
|
|
|
webSocketProtocol: "ws:",
|
|
|
|
|
webSocketBaseUrl: "/ws/",
|
2020-10-27 01:10:18 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* For easier debugging in development mode, you can import the following file
|
|
|
|
|
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
|
|
|
|
|
*
|
|
|
|
|
* This import should be commented out in production mode because it will have a negative impact
|
|
|
|
|
* on performance if an error is thrown.
|
|
|
|
|
*/
|
2022-02-16 22:56:43 +01:00
|
|
|
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
|