2017-12-30 22:33:00 +00:00
|
|
|
@section('settings::notice')
|
|
|
|
@if(config('pterodactyl.load_environment_only', false))
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-12">
|
|
|
|
<div class="alert alert-danger">
|
2019-03-04 04:03:48 +00:00
|
|
|
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.
|
2017-12-30 22:33:00 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endif
|
|
|
|
@endsection
|