From 03e15701acaeac644f1eb935d78ae1b561de9ead Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Wed, 24 Oct 2018 11:43:51 -0400 Subject: [PATCH] Restore this config and add a correct description --- config/pterodactyl.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/pterodactyl.php b/config/pterodactyl.php index 766ecd681..3e74b8895 100644 --- a/config/pterodactyl.php +++ b/config/pterodactyl.php @@ -150,6 +150,20 @@ return [ 'cache_time' => 60, 'url' => 'https://cdn.pterodactyl.io/releases/latest.json', ], + + /* + |-------------------------------------------------------------------------- + | Client Features + |-------------------------------------------------------------------------- + | + | Allow clients to create their own databases. + */ + 'client_features' => [ + 'databases' => [ + 'enabled' => env('PTERODACTYL_CLIENT_DATABASES_ENABLED', true), + 'allow_random' => env('PTERODACTYL_CLIENT_DATABASES_ALLOW_RANDOM', true), + ], + ], /* |--------------------------------------------------------------------------