paperless-ngx/src-ui/src/environments/environment.ts

24 lines
894 B
TypeScript
Raw Normal View History

2020-10-27 01:10:18 +01:00
// This file can be replaced during build by using the `fileReplacements` array.
// `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,
apiBaseUrl: 'http://localhost:8000/api/',
apiVersion: '7',
appTitle: 'Paperless-ngx',
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.