Configuration
From DreamFactory
Please Note
Unless otherwise specified, all configuration settings on this page are to be made in the `.env` file of the application in question. Each application has a file named `.env` in its root directory.
Console
Dashboard
Allow User Uploads
By default, dashboard users are not allowed to upload their own personal export files. The system manages a list of exports it has created, and by default, users may choose only from that list.
If you wish to allow your users to upload their own export files, set the value of the `DFE_ALLOW_IMPORT_UPLOADS` to `true`.