diff --git a/.env.example b/.env.example
index 247c3e9..94cec6b 100644
--- a/.env.example
+++ b/.env.example
@@ -1,2 +1,8 @@
-NODE_ENV=
-CONSTANT_VALUE=
\ No newline at end of file
+CONSTANT_VALUE=1234567
+SERVICE_URL=https://geusegdi01.geus.dk/meta3d/rpc/model_meta_all?modelid=
+POINT_URL=https://geusegdi01.geus.dk/geom3d/data/nodes/
+EDGE_URL=https://geusegdi01.geus.dk/geom3d/data/triangles/
+
+APP_KEY=
+MATOMO_TRACKER_URL=
+MATOMO_SITE_ID=
\ No newline at end of file
diff --git a/GeotiefExplore.code-workspace b/GeotiefExplore.code-workspace
index 8ea1f31..7be7811 100644
--- a/GeotiefExplore.code-workspace
+++ b/GeotiefExplore.code-workspace
@@ -17,10 +17,9 @@
"name": "Launch Chrome against localhost",
// "port": 9222,
"url": "http://localhost:8080?model_id=20",
- "webRoot": "${workspaceFolder}",
- "breakOnLoad": true,
- "runtimeExecutable": "C:/ProgramData/scoop/apps/googlechrome/current/chrome.exe",
- // "runtimeExecutable": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
+ "webRoot": "${workspaceFolder}",
+ // "runtimeExecutable": "C:/ProgramData/scoop/apps/googlechrome/current/chrome.exe",
+ "runtimeExecutable": "C:/Program Files/Google/Chrome/Application/chrome.exe",
// "sourceMapPathOverrides": {
// "webpack:///./~/*": "${workspaceFolder}/node_modules/*",
// "webpack:///./*": "${workspaceFolder}/*",
diff --git a/index.html b/index.html
index 283fb95..243479a 100644
--- a/index.html
+++ b/index.html
@@ -224,7 +224,7 @@
-
+