2020-10-27 01:10:18 +01:00
|
|
|
// This file can be replaced during build by using the `fileReplacements` array.
|
2023-01-03 08:17:12 -08:00
|
|
|
// `ng build --configuration production` replaces `environment.ts` with `environment.prod.ts`.
|
2020-10-27 01:10:18 +01:00
|
|
|
// The list of file replacements can be found in `angular.json`.
|
|
|
|
|
|
|
|
|
|
export const environment = {
|
|
|
|
|
production: false,
|
2022-03-11 10:53:32 -08:00
|
|
|
apiBaseUrl: 'http://localhost:8000/api/',
|
2025-05-19 13:34:22 -07:00
|
|
|
apiVersion: '9',
|
2022-03-11 10:53:32 -08:00
|
|
|
appTitle: 'Paperless-ngx',
|
2025-06-19 08:29:34 -07:00
|
|
|
tag: 'dev',
|
2022-03-11 10:53:32 -08:00
|
|
|
version: 'DEVELOPMENT',
|
|
|
|
|
webSocketHost: 'localhost:8000',
|
|
|
|
|
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.
|