From 370d9348f62938fc165bec5f19f68d55a600fd77 Mon Sep 17 00:00:00 2001 From: Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:15:45 -0500 Subject: [PATCH] Update config.go --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 7c1fa3c..72d2790 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" json:"app_name" yaml:"app_name"` + AppName string `default:"Nightway Hosting Daemon" json:"app_name" yaml:"app_name"` // A unique identifier for this node in the Panel. Uuid string