diff --git a/src-electron/config-dev.json b/src-electron/config-dev.json index b2d784e..90dc03c 100644 --- a/src-electron/config-dev.json +++ b/src-electron/config-dev.json @@ -1,4 +1,4 @@ { "phoenixLoadURL": "phtauri://localhost/", - "gaMetricsURL": "phtauri://localhost/desktop-metrics.html" + "gaMetricsURL": "https://dev.phcode.dev/desktop-metrics.html" } diff --git a/src-electron/config.json b/src-electron/config.json index 22f1654..283a421 100644 --- a/src-electron/config.json +++ b/src-electron/config.json @@ -4,5 +4,5 @@ "productName": "Phoenix Code Experimental Build", "phoenixLoadURL": "phtauri://localhost/src/", "trustedElectronDomains": ["phtauri://localhost/", "https://phcode.dev/"], - "gaMetricsURL": "phtauri://localhost/src/desktop-metrics.html" + "gaMetricsURL": "http://localhost:8000/src/desktop-metrics.html" }