Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added ttl config values

...

SettingData TypeDescription
Blesta.cron_memory_limitstringSets the memory limit during cron execution, null will not override memory limit. Acceptable values are those allowed by init_set() for 'memory_limit' (e.g. "512M" = 512 MB).

Session

SettingData TypeDescription
Blesta.session_ttlintegerLength of time (in seconds) that a session will be valid for
Blesta.cookie_ttlintegerLength of time (in seconds) that a cookie will be valid for

Misc

SettingData TypeDescription
Blesta.calendar_time_intervalintegerNumber of minutes between intervals of the full calendar time.
Blesta.sticky_notes_to_showintegerNumber of sticky notes to show before viewing more.
Blesta.sticky_notes_maxintegerMaximum number of sticky notes to show.
Blesta.invoice_renewal_max_daysintegerMaximum number of days to allow invoice days before renewal to be set.
Blesta.autodebit_before_due_max_daysintegerMaximum number of days to allow auto debit days before due date to be set.
Blesta.suspend_services_after_due_max_daysintegerMaximum number of days to allow services to be unpaid and overdue before suspension.
Blesta.payment_notices_max_daysintegerMaximum number of days to allow payment notices/reminders to be set.
Blesta.cron_log_retention_daysintegerNumber of days in the past to retain cron logs.
Blesta.auto_delete_accountaccess_logsbooleanWhether or not to delete account access logs according to the cron log retention policy.
Blesta.auto_delete_contact_logsbooleanWhether or not to delete contact logs according to the cron log retention policy.
Blesta.auto_delete_email_logsbooleanWhether or not to delete email logs according to the cron log retention policy.
Blesta.auto_delete_gateway_logsbooleanWhether or not to delete gateway logs according to the cron log retention policy.
Blesta.auto_delete_module_logsbooleanWhether or not to delete module logs according to the cron log retention policy.
Blesta.auto_delete_transaction_logsbooleanWhether or not to delete transaction logs according to the cron log retention policy.
Blesta.auto_delete_user_logsbooleanWhether or not to delete user logs according to the cron log retention policy.
Blesta.cache_lengthstringLength of time that a cached page will be served before being built again.
Blesta.reset_password_ttlstringLength of time that a reset password request will be valid for.
Blesta.gw_callback_urlstringThe URL that gateway callback requests should be directed to.
Blesta.marketplace_urlstringThe URL to the marketplace.
Blesta.demo_modebooleanEnables/Disables demo mode. Demo mode disables certain features.
Blesta.default_password_reset_valuebooleanDefault password reset value. Set to true for improved security, false for more accurate error reporting.
Blesta.parser_optionsarraySets parser options DO NOT MODIFY.
Blesta.replacement_keysarraySets various tags used for ID code replacement values throughout the app DO NOT MODIFY.
Blesta.id_code_sort_modearrayWhen attempting to sort by an "id_code" pseudo field, will instead sort by the given array of values in the given order. If null, will sort "id_code" as a string by itself.
Blesta.transactions_validate_apply_roundbooleanIf true will round invoice due amounts to 2 decimal places when verifying payments can be applied

...