unoffical wafrn mirror
wafrn.net
atproto
social-network
activitypub
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://waf.moe/api',
12 baseMediaUrl: 'https://waf.moe/api/uploads',
13 externalCacheurl: 'https://waf.moe/api/cache?media=',
14 frontUrl: 'http://localhost:4200',
15 shortenPosts: 3,
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.