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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,6 +151,20 @@ return [
'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),
],
],
/*
|--------------------------------------------------------------------------
| File Editor