@extends('layouts.admin') @include('partials/admin.settings.nav', ['activeTab' => 'advanced']) @section('title') Advanced Settings @endsection @section('content-header')

Advanced SettingsConfigure advanced settings for Pterodactyl.

@endsection @section('content') @yield('settings::nav')

reCAPTCHA

If enabled, login forms and password reset forms will do a silent captcha check and display a visible captcha if needed.

Used for communication between your site and Google. Be sure to keep it a secret.

@if($showRecaptchaWarning)
You are currently using reCAPTCHA keys that were shipped with this Panel. For improved security it is recommended to generate new invisible reCAPTCHA keys that tied specifically to your website.
@endif

HTTP Connections

The amount of time in seconds to wait for a connection to be opened before throwing an error.

The amount of time in seconds to wait for a request to be completed before throwing an error.

@endsection