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
|
@ -150,6 +150,20 @@ return [
|
||||||
'cache_time' => 60,
|
'cache_time' => 60,
|
||||||
'url' => 'https://cdn.pterodactyl.io/releases/latest.json',
|
'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),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue