unoffical wafrn mirror wafrn.net
atproto social-network activitypub
at angular21 29 lines 1.1 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 5export const environment = { 6 production: false, 7 forceEnvironment: { 8 maxUploadSize: '250', 9 logo: '/assets/logo.png', 10 baseUrl: 'https://app.wafrn.net/api', 11 baseMediaUrl: 'https://media.wafrn.net', 12 externalCacheurl: 'https://cdn.wafrn.net.net/api/cache/?media=', 13 frontUrl: 'https://wafrn.vercel.app', 14 shortenPosts: 5, 15 reviewRegistrations: true, 16 disablePWA: false, 17 maintenance: false, 18 webpushPublicKey: '' 19 } 20} 21 22/* 23 * For easier debugging in development mode, you can import the following file 24 * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. 25 * 26 * This import should be commented out in production mode because it will have a negative impact 27 * on performance if an error is thrown. 28 */ 29import 'zone.js/plugins/zone-error' // Included with Angular CLI.