From babf1262f02594dde4aed17e5f09224d0a9264c9 Mon Sep 17 00:00:00 2001 From: Sir3lit Date: Sun, 3 Mar 2019 23:03:48 -0500 Subject: [PATCH] Update Notice Updates notice to reflect the correct name of the value to edit, less confusion --- .../themes/pterodactyl/partials/admin/settings/notice.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/pterodactyl/partials/admin/settings/notice.blade.php b/resources/themes/pterodactyl/partials/admin/settings/notice.blade.php index 0f9063f19..2dc0bc112 100644 --- a/resources/themes/pterodactyl/partials/admin/settings/notice.blade.php +++ b/resources/themes/pterodactyl/partials/admin/settings/notice.blade.php @@ -3,7 +3,7 @@
- Your Panel is currently configured to read settings from the environment only. You will need to set LOAD_ENVIRONMENT_ONLY=false in your environment file in order to load settings dynamically. + Your Panel is currently configured to read settings from the environment only. You will need to set APP_ENVIRONMENT_ONLY=false in your environment file in order to load settings dynamically.