Updated Makefile with OneFinity hostname and default password

This commit is contained in:
OneFinityCNC
2021-03-02 23:40:08 -05:00
parent 0b52ceda30
commit c43b14479f

View File

@@ -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