Saturn
Saturn 1.0.0
Saturn 1.0.0
  • Saturn 1.0.0
  • 😁User Guide
    • Settings
      • Maintenance Mode
      • Website Environment
    • Security
      • Good security practices
      • Security Notice
    • System Requirements and Support
    • Update your Server
  • ⚠️Troubleshooting
    • Errors
      • Database Errors
      • Saturn Errors
      • Checksum Issues
  • 🧩Plugins
    • Plugins in Saturn
    • Official Plugins
      • Control Panel
        • User Guide
        • Developer Guide
          • Control Panel Hooks
    • Marketplace Plugins
  • 💻Developer Documentation
    • Getting Started
    • Libraries and Functions
      • AccountManager
        • Permissions
        • UUID
      • DatabaseManager
        • DBMS
          • Sending Database Requests
          • Query Information
          • Database Security
        • Database Actions
      • HookManager
        • Actions
        • Runners
      • HTTP
      • LanguageManager
      • PluginManager
        • Manage Plugin Content
        • Plugin Compatability
        • Check if a plugin is loaded.
        • Fetch Manifest
      • RouteManager
      • SecurityManager
        • Cross-site Request Forgery
        • Cross-site Scripting
      • SessionManager
        • Start and End Sessions
        • Validate Sessions
        • Session Data
      • TestManager
    • Security
    • Plugins
      • How to structure a plugin
      • Manifest
      • APIs
      • Checking for Dependencies
      • Power Features
        • 💤Hibernate
    • Hooks
    • Tests and Profiling
    • Global Variables
Powered by GitBook
On this page
  • Production Environment (ENV_PROD / 1)
  • Development Environment (ENV_DEV / 0)
  1. User Guide
  2. Settings

Website Environment

The website environment configuration setting changes what data your website displays, and how it behaves.

Production Environment (ENV_PROD / 1)

Production Environment hides any advanced diagnostic information or errors from the frontend website and fatal error pages such as your PHP version, server operating system, server software, and server port on error pages.

Development Environment (ENV_DEV / 0)

You should never have your website set to development environment if it is live to visitors on the web.

Production Environment displays advanced diagnostic information on Saturn's fatal error pages such as your PHP version, server operating system, server software, and server port on error pages.

This setting also unlocks settings that require a development environment.

PreviousMaintenance ModeNextSecurity

Last updated 1 year ago

😁