System Configuration
The System Configuration section allows for the configuration of system-wide settings and configurations. The first tab allows for the editing of system default values and settings.
The second tab provides a convenient Logo editor to update the application logo.
System Settings
Module Path*
The path in which AMPS looks for python modules and services to run. Scripts are namespaced with scripts for the default environment being in the root folder and scripts for a specific environment being in "env/{environment name}". When running the AMPS container, the default value is the correct value.
Temp Storage Path*
A directory for AMPS to use a temporary directory when performing actions and other message processing actions. When running the AMPS container, the default value is the correct value.
History Interval*
For performance purposes, Message Events, System Logs, and other logging services use a system where messages are accumulated and inserted in bulk at a certain interval. This property configures the interval at which such services perform their bulk insert action.
Time to Live (Days)*
The time in days that data should persist in the database after creation.
Force SSL
Whether to force redirect HTTP requests to HTTPS. (Only has an effect if SSL is configured.)
Archive Messages
A flag indicating whether or not to archive messages.
Archive Provider
The configured archive provider to use for archiving.
Use Email
A flag indicating whether or not to use email in user auth flows for password reset and other related tasks.
Email Provider
The SMTP provider to use if Use Email is enabled.
Logo Editor
The Logo Editor allows for the convenient update of the application-wide logo. Simply upload an image, adjust it and optionally apply a transparency effect or fill color to the logo. The transparency threshold controls the brightness level above which the color will be removed.
Administration
The administration contains action buttons to perform setting application-wide administration tasks. The current actions are as follows:
Perform SSL Certification: If AMPS is configured to generate and verify SSL certificates in production mode, then this button can be used to perform the SSL certification if it is currently not valid.
Export Default Environment: Whereas individual environments can be exported from the Environments screen, the default environment can be exported using this action.
Last updated