Skip to content

Commit 4f192d8

Browse files
author
Marcin Mazurek
committed
[DDW-809] Temporary settings for testing
1 parent 0dff7f8 commit 4f192d8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
import { Network } from '../../../common/types/environment.types';
22

3-
export const ANALYTICS_API_ENDPOINT = 'http://localhost:8080/matomo.php';
3+
export const ANALYTICS_API_ENDPOINT =
4+
'http://daedalusqa.matomo.cloud/matomo.php';
45
export const PRIVACY_POLICY_LINK =
56
'https://static.iohk.io/terms/iog-privacy-policy.pdf';
67
export const DEV_MODE_SITE_MAP_ID = 1;
78
export const NETWORK_TO_ANALYTICS_SITE_ID_MAP: Record<Network, number> = {
89
mainnet: 4,
910
mainnet_flight: 4,
1011
testnet: 3,
11-
staging: 5,
12-
shelley_qa: 5,
13-
alonzo_purple: 5,
14-
selfnode: 5,
15-
development: 5,
12+
staging: 1,
13+
shelley_qa: 1,
14+
alonzo_purple: 1,
15+
selfnode: 1,
16+
development: 1,
1617
};

0 commit comments

Comments
 (0)