From 8d121d8dbd2884c80384530ff804a41933af0114 Mon Sep 17 00:00:00 2001 From: Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com> Date: Thu, 4 Jan 2024 03:51:06 +0000 Subject: [PATCH] fixed things with daemon daemon thing yeah --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 22be585..5e2f494 100644 --- a/config/config.go +++ b/config/config.go @@ -279,7 +279,7 @@ type Configuration struct { // if the debug flag is passed through the command line arguments. Debug bool - AppName string `default:"Nightway Hosting Pod Daemon" json:"app_name" yaml:"app_name"` + AppName string `default:"Nightway Hosting Pod" json:"app_name" yaml:"app_name"` // A unique identifier for this node in the Panel. Uuid string