start: change default values

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-12-18 11:32:59 +01:00
commit 01abbaa395
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ func printDB() {
}
func main() {
conf, err := configuration.LoadConfig("./two.yaml")
conf, err := configuration.LoadConfig("/etc/two/agent.yml")
if err != nil {
fmt.Println(err)
return