Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The config file at /config/blesta.php is the primary config file for Blesta, and includes database details as well as options that you may wish to change. Below is a common list of options that you may wish to change.

Blesta.sticky_notes_to_show

Code Block
languagephp
// Number of sticky notes to show before viewing more
Configure::set('Blesta.sticky_notes_to_show', 2);

Determines the number of sticky notes to display at the top of a client profile page before you have to click to show more.

Blesta.cron_log_retention_days

Code Block
languagephp
// Number of days in the past to retain cron logs
Configure::set('Blesta.cron_log_retention_days', 10);

...