From c8b670f02ca88234f31e4b1ebdce3bff8e824f44 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Fri, 3 Feb 2012 14:44:12 -0700
Subject: [PATCH] verifier_url requires a path

---
 config/production.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/production.json b/config/production.json
index 0bcce3af0..966f30951 100644
--- a/config/production.json
+++ b/config/production.json
@@ -42,7 +42,7 @@
   // ports we've traditionally bound different daemons to,
   // may be overridden if desired
   "verifier": { "bind_to": { "port": 62800 } },
-  "verifier_url": "http://127.0.0.1:62800",
+  "verifier_url": "http://127.0.0.1:62800/verify",
   "keysigner": { "bind_to": { "port": 62600 } },
   "keysigner_url": "http://127.0.0.1:62600",
   "dbwriter": { "bind_to": { "port": 62900 } },
-- 
GitLab