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
  • Website Settings
  • Saturn Settings
  • Developer Options
  1. User Guide

Settings

PreviousSaturn 1.0.0NextMaintenance Mode

Last updated 1 year ago

Editing the settings files manually will cause a to appear.

You should always edit it in the Control Panel where possible.

The settings change how your website and how Saturn will behave.

If you're using the official Control Panel plugin some options may appear as a dropdown, allowing you to select from valid options.

You can click the setting name to see it's value in Saturn's settings files if you require to edit it there.

Website Settings

Your website configuration modifies how your user-facing website behaves.

Setting
What's it do?
Default value
Accepted values

This is what shows in the title of your website, and may also be used by Plugins and Themes.

Saturn

Any string (text, number, special characters)

This tells the visitor's browser what language the website is in.

en

Any valid language code.

Sets your website to live or maintenance mode.

MODE_LIVE

The environment that your website is in.

ENV_PROD

This tells the visitor's browser what character set your website uses. If you change this you may also need to change your database character set.

utf-8

Any valid character set.

Saturn Settings

These

Developer Options

MODE_LIVE or MODE_MAINT. .

ENV_PROD or ENV_DEV. .

😁
Security Notice
Learn more
Learn more