Restore this config and add a correct description

This commit is contained in:
Lance Pioch
2018-10-24 11:43:51 -04:00
committed by GitHub
parent 76b835e392
commit 03e15701ac

View File

@@ -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),
],
],
/*
|--------------------------------------------------------------------------