We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a765d2 commit 0c0dfcdCopy full SHA for 0c0dfcd
2 files changed
client/src/config/matomo-sites.ts
@@ -19,6 +19,14 @@ export const MATOMO_SITES = {
19
id: "34",
20
name: "BSO Prod",
21
},
22
+ "tableaux.dataESR (staging)": {
23
+ id: "51",
24
+ name: "Tableaux Staging",
25
+ },
26
+ "tableaux.dataESR (production)": {
27
+ id: "52",
28
+ name: "Tableaux Prod",
29
30
} as const;
31
32
export type MatomoSiteKey = keyof typeof MATOMO_SITES;
server/config/matomo-sites.ts
0 commit comments