From c43b14479f03d133f2ca2b197fd2d8d1c57cb7e4 Mon Sep 17 00:00:00 2001 From: OneFinityCNC <69640545+OneFinityCNC@users.noreply.github.com> Date: Tue, 2 Mar 2021 23:40:08 -0500 Subject: [PATCH] Updated Makefile with OneFinity hostname and default password --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6803221..401d467 100644 --- a/Makefile +++ b/Makefile @@ -31,11 +31,11 @@ WATCH := src/pug src/pug/templates src/stylus src/js src/resources Makefile WATCH += src/static ifndef HOST -HOST=bbctrl.local +HOST=onefinity.local endif ifndef PASSWORD -PASSWORD=buildbotics +PASSWORD=onefinity endif