File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 46
46
// Describes the default email which Fusio uses as from address
47
47
'fusio_mail_sender ' => env ('APP_MAIL_SENDER ' )->string (),
48
48
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
51
53
'fusio_database ' => true ,
52
54
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
55
59
'fusio_marketplace ' => true ,
56
60
57
61
// The public url to the apps folder (i.e. http://acme.com/apps or http://apps.acme.com)
You can’t perform that action at this time.
0 commit comments