From 5f7dfe0b58e961d4f798691e6067d61e44460470 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 9 Mar 2017 22:08:24 +0100 Subject: Poke thermoprint config --- bragi/thermoprint-server/thermoprint-server.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bragi/thermoprint-server') diff --git a/bragi/thermoprint-server/thermoprint-server.hs b/bragi/thermoprint-server/thermoprint-server.hs index 7e571021..4635dd0a 100644 --- a/bragi/thermoprint-server/thermoprint-server.hs +++ b/bragi/thermoprint-server/thermoprint-server.hs @@ -41,5 +41,5 @@ main = thermoprintServer True (Nat runDb) $ configure <$> def `withPrinters` pri } warpSettings = Warp.defaultSettings - & Warp.setHost "localhost" + & Warp.setHost "::1" & Warp.setPort 8080 -- cgit v1.2.3