mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Update admin settings, add warning about enabling config cache
This commit is contained in:
parent
d2cb7d4770
commit
e379ae2cbd
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
@section('section')
|
@section('section')
|
||||||
<div class="title mb-4">
|
<div class="title mb-4">
|
||||||
<h3 class="font-weight-bold">Settings</h3>
|
<h3 class="font-weight-bold">Settings</h3>
|
||||||
|
@if(config('instance.enable_cc'))
|
||||||
<p class="lead mb-0">Manage instance settings.</p>
|
<p class="lead mb-0">Manage instance settings.</p>
|
||||||
<p class="mb-0"><span class="font-weight-bold">Warning</span>: These settings will override .env variables</p>
|
<p class="mb-0"><span class="font-weight-bold">Warning</span>: These settings will override .env variables</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -172,4 +173,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@else
|
||||||
|
</div>
|
||||||
|
<div class="py-5">
|
||||||
|
<p class="lead text-center font-weight-bold">Not enabled</p>
|
||||||
|
<p class="text-center">Add <code>ENABLE_CONFIG_CACHE=true</code> in your <span class="font-weight-bold">.env</span> file <br /> and run <span class="font-weight-bold">php artisan config:cache</span></p>
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in a new issue