General
Here you will find the General configurations inside the Configurations part.
Admin Panel > Setting > Configurations > General
The following configurations are for controlling various aspects such as user interface elements, file upload limits, caching behaviour, and API version.

Screenshot of MetaDefender Sandbox General settings
Field | Description |
---|---|
APP_TITLE | This configuration specifies the title of the application, which is "Filescan.IO" in this case. However, it can be configured to the user specific organization or needs. |
APP_DESC | This can describe the application briefly or display a slogan. In this case, it states MetaDefender Sandbox slogan, which is a "Next-Gen Malware Analysis Platform". |
AD_FREQUENCY | In the given % of the reports there will be an advertisement presented for community users on the report page pointing towards commercial version's page. There are no advertisements in the standalone product.
|
MAX_UPLOAD_SIZE | Sets the maximum allowed size for file uploads, given in megabytes (MB). It shouldn't exceed 2000 MB, or 2 gigabytes (GB). In this case, it's set to 100 MB. |
REPORT CACHE TTL_MINUTES | Specifies the time-to-live (TTL) for cached reports, in minutes. Reports will be cached for 20 minutes in this configuration. |
SHOW_FOOTER | Likely a boolean flag indicating whether to display a footer on the application's interface. |
SCAN FILES PER_UPLOAD | Determines the number of files that can be scanned per upload. Set to 5 in this case. |
API_VERSION (read-only) | Specifies the version of the API being used, set to 1.0 here. |
BASE_DIR (read-only) | Specifies the base directory for the application's source files, set to "/app/src" |
DEBUG (read-only) | Likely a boolean flag indicating whether the application is in debug mode. |
Was this page helpful?