Grundlegende Anwendungseinstellungen
Human-readable name for your site (e.g. 'Joe's Bistro'). Used in the MCP server identity, the site_info MCP tool, and other public-facing surfaces as they adopt it. When blank, T3 falls back to the admin dashboard title and then the domain.
site_info
Production protects live visitors and auto-disables repeatedly crashing extensions. Development surfaces extension errors loudly and never auto-disables. Overridden when an APP_ENV environment variable is set.
The timezone that all dates in the CMS will be saved as. If not set, then the default timezone that the server is configured with will be used.
The path to the 404 page that will be used when a page is not found. This is used by the CMS to redirect when an object is not found.
The maximum file size in megabytes allowed when downloading files from a URL. This protects your server from downloading excessively large files. Set to 0 for unlimited.
Minimum severity written to logs/totalcms.log. Lower levels are more verbose. PSR-3 levels in ascending severity: debug, info, notice, warning, error, critical, alert, emergency.
logs/totalcms.log
In the case any critical errors happen in Total CMS, the details of the error will be shared with the developer so that a fix can be shipped as soon as possible. No private data is ever shared or stored. Only the error and where the error occurred in the code will be shared. If disabled, errors will only be logged locally on your server.