Update config.go

This commit is contained in:
Ethan Alicea 2023-12-16 11:30:20 -05:00 committed by GitHub
parent 370d9348f6
commit f848fc98ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 Daemon" json:"app_name" yaml:"app_name"`
AppName string `default:"Nightway Hosting Pod Daemon" json:"app_name" yaml:"app_name"`
// A unique identifier for this node in the Panel.
Uuid string