diff --git a/scripts/run_locally.js b/scripts/run_locally.js
index 9b9d3d2116dbf25ec79e0fb73630fe2561ed7d25..25ded3dcce690b0fae6302c17b56af024eb81917 100755
--- a/scripts/run_locally.js
+++ b/scripts/run_locally.js
@@ -13,6 +13,10 @@ var daemonsToRun = {
     PORT: 10000,
     HOST: HOST
   },
+  keysigner: {
+    PORT: 10003,
+    HOST: HOST
+  },
   example: {
     path: path.join(__dirname, "..", "scripts", "serve_example.js"),
     PORT: 10001,
@@ -21,10 +25,6 @@ var daemonsToRun = {
   browserid: {
     PORT: 10002,
     HOST: HOST
-  },
-  keysigner: {
-    PORT: 10003,
-    HOST: HOST
   }
 };