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

1
go.mod
View File

@@ -10,4 +10,5 @@ require (
github.com/urfave/negroni v1.0.0
golang.org/x/sys v0.12.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)