Skip to content

Commit 03e1570

Browse files
authored
Restore this config and add a correct description
1 parent 76b835e commit 03e1570

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/pterodactyl.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,20 @@
150150
'cache_time' => 60,
151151
'url' => 'https://cdn.pterodactyl.io/releases/latest.json',
152152
],
153+
154+
/*
155+
|--------------------------------------------------------------------------
156+
| Client Features
157+
|--------------------------------------------------------------------------
158+
|
159+
| Allow clients to create their own databases.
160+
*/
161+
'client_features' => [
162+
'databases' => [
163+
'enabled' => env('PTERODACTYL_CLIENT_DATABASES_ENABLED', true),
164+
'allow_random' => env('PTERODACTYL_CLIENT_DATABASES_ALLOW_RANDOM', true),
165+
],
166+
],
153167

154168
/*
155169
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)