Fix dev configuration json. Had a core dpid mapping wrong.
diff --git a/web/ons-demo/data/configuration.json.dev b/web/ons-demo/data/configuration.json.dev
index c2a2e6b..829fa11 100644
--- a/web/ons-demo/data/configuration.json.dev
+++ b/web/ons-demo/data/configuration.json.dev
@@ -18,27 +18,27 @@
 	],
 	"association": {
 		"00:00:00:00:00:00:01:01": [
-			"00:00:00:00:00:00:07:01"
+			"00:00:00:00:00:00:08:01"
 		],
 		"00:00:00:00:00:00:01:02": [
-			"00:00:00:00:00:00:06:01"
+			"00:00:00:00:00:00:02:01"
 		],
 		"00:00:00:00:00:00:01:03": [
 			"00:00:00:00:00:00:03:01"
 		],
 		"00:00:00:00:00:00:01:04": [
-			"00:00:00:00:00:00:08:01"
-		],
-		"00:00:00:00:00:00:01:05": [
-			"00:00:00:00:00:00:02:01"
-		],
-		"00:00:00:00:00:00:01:06": [
 			"00:00:00:00:00:00:04:01",
 			"00:00:00:00:00:00:05:01"
+		],
+		"00:00:00:00:00:00:01:05": [
+			"00:00:00:00:00:00:06:01"
+		],
+		"00:00:00:00:00:00:01:06": [
+			"00:00:00:00:00:00:07:01"
 		]
 	},
 	"geo": {
-		"00:00:00:00:00:00:01:01": {
+		"00:00:00:00:00:00:01:03": {
 			"lat": 33.758599,
 			"lng": -84.387360,
 			"label": "ATL",
@@ -50,7 +50,7 @@
 			"label": "DC",
 			"fanOutAngle": 45
 		},
-		"00:00:00:00:00:00:01:03": {
+		"00:00:00:00:00:00:01:06": {
 			"lat": 41.891033,
 			"lng": -87.628326,
 			"label": "CHI",
@@ -68,11 +68,11 @@
 			"label": "SEA",
 			"fanOutAngle": 270
 		},
-		"00:00:00:00:00:00:01:06": {
+		"00:00:00:00:00:00:01:01": {
 			"lat": 41.225925,
 			"lng": -74.00528,
 			"label": "NYC",
 			"fanOutAngle": 135
 		}
 	}
-}
\ No newline at end of file
+}