Merge pull request #88 from Antony1060/develop

Added app name
This commit is contained in:
Dane Everitt
2021-04-03 11:13:29 -07:00
committed by GitHub
2 changed files with 13 additions and 3 deletions

View File

@@ -247,6 +247,8 @@ type Configuration struct {
// if the debug flag is passed through the command line arguments.
Debug bool
AppName string `default:"Pterodactyl" json:"app_name" yaml:"app_name"`
// A unique identifier for this node in the Panel.
Uuid string