Skip to content

System Configuration

LAMS system configuration controls how the application behaves in different environments, how documents are stored, how email is sent, and various operational limits. This page is intended for system administrators and technical staff.

Most of these settings require access to the server configuration files and should only be changed with guidance from your technical team.

LAMS operates email in one of two modes:

ModeWhat happens
ProductionEmails are sent to the actual producers, insureds, and staff
TestAll emails are redirected to a developer address — no real recipients receive anything

Policy documents, endorsements, and PDFs can be stored locally or in cloud storage:

ModeWhere documents are saved
LocalOn the server’s filesystem at a configured path
S3In an AWS S3 bucket (recommended for production)

Contact your technical team to change the storage mode or configure a new S3 bucket.

SettingDefault value
Maximum file size3.5 GB
Maximum request size5 GB

These limits apply to document uploads within LAMS. If users report upload failures, verify the file is within these limits before investigating further.

User sessions expire after 8 hours of inactivity. This is a security setting and cannot be changed from the administration UI. Contact your technical team to adjust the session timeout.

LAMS exposes health and diagnostic endpoints for system monitoring:

  • Health check — Confirms the application is running
  • Metrics — Application performance data
  • Thread dump — Useful for diagnosing performance issues

These endpoints are used by operations and monitoring tools. Contact your technical team for the specific URLs and authentication required to access them.