Skip to content

Commit 6b3f8af

Browse files
authored
Merge pull request pterodactyl#1506 from Sir3lit/patch-9
Update load environment only notice
2 parents 3411df7 + babf126 commit 6b3f8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/partials/admin/settings/notice.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row">
44
<div class="col-xs-12">
55
<div class="alert alert-danger">
6-
Your Panel is currently configured to read settings from the environment only. You will need to set <code>LOAD_ENVIRONMENT_ONLY=false</code> in your environment file in order to load settings dynamically.
6+
Your Panel is currently configured to read settings from the environment only. You will need to set <code>APP_ENVIRONMENT_ONLY=false</code> in your environment file in order to load settings dynamically.
77
</div>
88
</div>
99
</div>

0 commit comments

Comments
 (0)