unoffical wafrn mirror wafrn.net
atproto social-network activitypub
at angular21 28 lines 1.0 kB view raw
1// This file can be replaced during build by using the `fileReplacements` array. 2// `ng build` replaces `environment.ts` with `environment.prod.ts`. 3// The list of file replacements can be found in `angular.json`. 4// 5// 6// This is for development options TODO: add jsdocs. 7export const environment = { 8 production: false, 9 maxUploadSize: '250', 10 logo: '/assets/logo.png', 11 baseUrl: 'https://localhost/api', 12 baseMediaUrl: 'https://localhost/api/uploads', 13 externalCacheurl: 'https://localhost/api/cache/?media=', 14 frontUrl: 'https://localhost', 15 shortenPosts: 5, 16 reviewRegistrations: true, 17 disablePWA: false, 18 maintenance: false 19} 20 21/* 22 * For easier debugging in development mode, you can import the following file 23 * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. 24 * 25 * This import should be commented out in production mode because it will have a negative impact 26 * on performance if an error is thrown. 27 */ 28import 'zone.js/plugins/zone-error' // Included with Angular CLI.