From bb9ba80569a7df8ca9bc52c5687bcee5b1e267a8 Mon Sep 17 00:00:00 2001 From: Foks <37844753+FoksVHox@users.noreply.github.com> Date: Sun, 4 Apr 2021 02:15:17 +0200 Subject: [PATCH 1/2] Added app_name --- wings/1.0/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wings/1.0/configuration.md b/wings/1.0/configuration.md index 3a67c5b2..a83137e0 100644 --- a/wings/1.0/configuration.md +++ b/wings/1.0/configuration.md @@ -97,3 +97,4 @@ More commonly discussed values. View all Wings config values and explanations in | websocket_log_count | 150 | The number of lines to display in the console | | detect_clean_exit_as_crash | true | Mark server as crashed if it's stopped without user interaction, e.g., not pressing stop button | | (crash detection) timeout | 60 | Timeout between server crashes that will not cause the server to be automatically restarted | +| app_name | null | Changes the name of the daemon, shown in the panel's game console | From 18de25e6ff165874b95f224cc9bd67aec877572b Mon Sep 17 00:00:00 2001 From: Foks <37844753+FoksVHox@users.noreply.github.com> Date: Sun, 4 Apr 2021 02:20:21 +0200 Subject: [PATCH 2/2] ups --- wings/1.0/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wings/1.0/configuration.md b/wings/1.0/configuration.md index a83137e0..c73a0146 100644 --- a/wings/1.0/configuration.md +++ b/wings/1.0/configuration.md @@ -97,4 +97,4 @@ More commonly discussed values. View all Wings config values and explanations in | websocket_log_count | 150 | The number of lines to display in the console | | detect_clean_exit_as_crash | true | Mark server as crashed if it's stopped without user interaction, e.g., not pressing stop button | | (crash detection) timeout | 60 | Timeout between server crashes that will not cause the server to be automatically restarted | -| app_name | null | Changes the name of the daemon, shown in the panel's game console | +| app_name | "Pterodactyl" | Changes the name of the daemon, shown in the panel's game console |