Restore this config and add a correct description
This commit is contained in:
parent
76b835e392
commit
03e15701ac
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue