From 71db8b6220af04999a0ee5e1ff000090c3336026 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Mon, 19 Jun 2017 16:16:53 -0400 Subject: [PATCH] Change the default server The server is implementation-specific, so it doesn't make sense to point this to the workantile openings service by default. Signed-off-by: Anna Schumaker --- doorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doorsrc b/doorsrc index e94de15..083918a 100644 --- a/doorsrc +++ b/doorsrc @@ -4,7 +4,7 @@ #CONTROLLER="deadbeef01" # Server to send requests to -SERVER = "http://openings.workantile.com/access/" + CONTROLLER +SERVER = "https://your.server.com/access/" + CONTROLLER # Set path to RFID reader # default = "/dev/ttyUSB0"