We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d014a commit f6c8d68Copy full SHA for f6c8d68
1 file changed
src/environments/environment.ts
@@ -1,9 +1,16 @@
1
+import { provideStoreDevtools } from '@ngrx/store-devtools';
2
+
3
export const environment = {
4
production: true,
5
domain: 'http://localhost:3489',
6
serverUrl: 'https://analytics.scholarsportal.info',
- providers: [],
7
+ providers: [
8
+ provideStoreDevtools({
9
+ maxAge: 25,
10
+ logOnly: true,
11
+ connectInZone: true,
12
+ }),
13
+ ],
14
matomoTrackerUrl: '',
- matomoSiteId: ''
-
15
+ matomoSiteId: '',
16
};
0 commit comments