Migrate config file to YAML

This commit is contained in:
aceberg 2023-08-03 01:25:07 +07:00
parent a41a17c6a5
commit 3dd917f6f8

View file

@ -15,7 +15,7 @@ run:
cd cmd/WatchYourLAN/ && \
sudo \
env IFACE=$(IFACE) DBPATH=$(DBPATH) THEME=$(THEME) \
go run . -c /data/config #-n http://192.168.2.3:8850
go run . #-c /data/config #-n http://192.168.2.3:8850
fmt:
go fmt ./...