General Settings
The General settings tab in the Settings section gathers in one place the parameters that affect the entire project: date display format, time zone, list of domains, system tokens and regulations, log retention periods, and IP address checks.
There is no general "Save" button in this section — each change is applied automatically immediately after entering a value or selecting from a list.
Date Format
You can customize the date format to make it user-friendly for the users of your application.
In the field, specify a mask that will determine the order of the date components, as well as the long or short display of the year.
The mask is separated by hyphens “-” or slashes “/” and consists of the following parts:
- DD — day of the month
- MM — month
- YY — year (short format)
- YYYY — year (full format)
For example, the mask DD-MM-YYYY will give a date like 30-06-2026.
Time Zone
Select the project time zone from the dropdown list. This affects how dates and times are displayed in the admin panel and in the data returned by the API. Time zones range from -12 to +14, associated with major cities (for example, +3 Moscow, Kyiv, Istanbul or +4 Dubai, Baku).
My Domains
The My Domains block maintains a list of domains that belong to your project.
- To add a domain, enter its name in the Name field and click Add.
- To delete a domain, click the trash icon next to the desired entry.
Systems
The Systems block consolidates the system parameters of the platform.
Catalog Import Token
Token for catalog import. Click Add to generate a token and pass it in the request header:
X-IMPORT-TOKEN: <your token>
Number of Records for Restriction in Permissions
The number of records that the API returns when restricting access to data for user groups. By default — 10. This parameter works in conjunction with the user group permission settings.
Rating Data Update Configuration
Regulation for recalculating rating data. Specify how often to update the data:
- Select a unit of frequency in the Unit field — Minute, Hour, or Day — and specify a numeric value.
- Alternatively, enable the Custom cron expression checkbox to set the schedule manually in the form of a cron expression (for example,
0 */1 * * *— every hour).
Journal Retention Settings
Log retention settings determine how many days the system keeps logs before they are deleted.
- Journal of Admins Retention Period (days) — retention period for the administrator action log (default
30). - Retention Period of Access Log Data to Admin Application (days) — retention period for the access log to the admin application (default
90). - Auto Cleanup — when the checkbox is enabled, outdated records are automatically deleted after the specified periods.
IP Check
IP address checking helps identify suspicious traffic (proxies, VPNs, etc.). Enable the IP Check checkbox and specify the parameters of the checking provider:
- Provider — checking service:
iphub.infooripqualityscore.com. - API Key — access key obtained from the selected provider.