We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b835e commit 03e1570Copy full SHA for 03e1570
config/pterodactyl.php
@@ -150,6 +150,20 @@
150
'cache_time' => 60,
151
'url' => 'https://cdn.pterodactyl.io/releases/latest.json',
152
],
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
167
168
/*
169
|--------------------------------------------------------------------------
0 commit comments