Context

You have to select one of those contexts for each website:

PROD

The PROD context is meant for live websites. Its default presets are:

  • access protection disabled

  • phpinfo disabled (visible database credentials from environment variables)

  • E-Mails are sent to their designated recipient (PHP mail() only, see Context Based E-Mail Handling for details)

  • WEBSITE_CONTEXT environment variable set to PROD (see Environment Variables)

STAGE

The STAGE context is meant for test websites. Its default presets are:

DEV

The DEV context is meant for developing websites. Its default presets are: