Skip to content

Commit 102aa59

Browse files
committed
update config
1 parent 46b6c7e commit 102aa59

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

configuration.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,16 @@
4646
// Describes the default email which Fusio uses as from address
4747
'fusio_mail_sender' => env('APP_MAIL_SENDER')->string(),
4848

49-
// Indicates whether the database is enabled. If true it is possible to change the database schema through the
50-
// backend
49+
// Indicates whether the user registration is enabled. If true it is possible for external users to register a new account
50+
'fusio_registration' => true,
51+
52+
// Indicates whether the database is enabled. If true it is possible to change the database schema through the backend
5153
'fusio_database' => true,
5254

53-
// Indicates whether the marketplace is enabled. If yes it is possible to download and install other apps through
54-
// the backend
55+
// Indicates whether the filesystem is enabled. If true it is possible to upload or delete files through the backend
56+
'fusio_filesystem' => true,
57+
58+
// Indicates whether the marketplace is enabled. If true it is possible to download and install other apps through the backend
5559
'fusio_marketplace' => true,
5660

5761
// The public url to the apps folder (i.e. http://acme.com/apps or http://apps.acme.com)

0 commit comments

Comments
 (0)