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