Skip to main content
Plume utilizes environment variables for the majority of it’s configuration. This page aims to be an exhaustive list of supported environment variables and their functions.

APP_DEBUG

Enable application debugging and display error messages.
It is recommended that debug remains OFF unless troubleshooting an issue. Leaving this enabled WILL cause leakage of sensitive server information.
true or false

DATE_FORMAT

The format used for rendering post publish dates in the application.
See the PHP date format documentation for possible values.
More coming soon…