Add better configuration, through yaml file

This commit is contained in:
Pablu23
2024-11-06 10:21:30 +01:00
parent 91d128dbeb
commit a98b68177c
9 changed files with 188 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
run: build
sudo ./bin/domain-router --pretty --log-level debug
sudo ./bin/domain-router
build:
go build -o bin/domain-router cmd/domain-router/main.go