From e5623ac9e886960c809d918e2229fee13c55b5fd Mon Sep 17 00:00:00 2001
From: Erick Hitter <services@ethitter.com>
Date: Thu, 1 Sep 2016 21:26:34 -0700
Subject: [PATCH] Sync with upstream

c304b8c
---
 shell_commands.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/shell_commands.yaml b/shell_commands.yaml
index 3217bb9..36775b3 100644
--- a/shell_commands.yaml
+++ b/shell_commands.yaml
@@ -1,7 +1,7 @@
 restart_august_daemon: /usr/bin/pm2 restart npm
-force_lock_keyed: curl http://localhost:3176/api/lock/keyed
-force_lock_interior: curl http://localhost:3176/api/lock/interior
-force_unlock_keyed: curl http://localhost:3176/api/unlock/keyed
-force_unlock_interior: curl http://localhost:3176/api/unlock/interior
-force_disconnect_keyed: curl http://localhost:3176/api/disconnect/keyed
-force_disconnect_interior: curl http://localhost:3176/api/disconnect/interior
+force_lock_keyed: curl http://localhost:3000/api/lock/keyed
+force_lock_interior: curl http://localhost:3000/api/lock/interior
+force_unlock_keyed: curl http://localhost:3000/api/unlock/keyed
+force_unlock_interior: curl http://localhost:3000/api/unlock/interior
+force_disconnect_keyed: curl http://localhost:3000/api/disconnect/keyed
+force_disconnect_interior: curl http://localhost:3000/api/disconnect/interior
-- 
GitLab