system_default_protocol https System General true zz_sys_opt_system_default_protocol zz_f_url_protocol Protocol Protocol to use when generating links to the system e.g. http or https system_default_server System General true zz_sys_opt_system_default_server zz_f_url Hostname Server to use when generating links to the system; either an IP address or Hostname system_default_mod_perl_base System General true zz_sys_opt_system_default_mod_perl_base zz_f_url ModPerl Base The part of the URL that comes between the hostname and the system name e.g in https://md5.zednax.com/zymonicmp/ztsm it would be 'zymonicmp'. system_default_mod_perl_url true System General true zz_sys_opt_system_default_mod_perl_url ZZtrue_false_choice ModPerl mode When generating links to the system, should they be generated for modperl. If flase then CGI urls will be generated. ShowDeleted System Deleted Records true zz_sys_opt_ShowDeleted Show Deleted Records Option to determine whether deleted records should show within system filters and processes. Use 'optional' value to show the deleted records on a process and to add a search field to filters to allow user to show/hide deleted records. This option is for the system default, the system XML may have preset ShowDeleted values, so this option will be applicable for those system objects. The manual pages for system object will indicate whether they will always show deleted records or not. Buttons auto_safe_mode_threshold 30 System Safe Mode true zz_sys_opt_auto_safe_mode_threshold Threshold for auto-enabling safe mode for a block Any block whose output is takes longer to generate than this threshold will automatically open in safemode by default the next time it is loaded. Value is in seconds. Set to 0 to disable. integer locking_enabled false Locking General true zz_sys_opt_locking_enabled ZZtrue_false_choice Enable System-wide Locking? If disabled then no locking will be done in the system, even when set in XML definition. locking_active false Locking General true zz_sys_opt_locking_active ZZtrue_false_choice Lock all Processes/Records? If enabled then locking will be enabled for all Processes and Tables within this system, except where explicitly turned off in XML definition. locking_fail_message [[display_name]] locked by [[username]] in [[block_name]] Locking General true zz_sys_opt_locking_fail_message Lock Failure Message varchar 256 \[\] The message to show when unable to get the required lock. Can use the following replacements: [[display name]], [[username]], [[page]], [[block_name]] locking_attempts 1 Locking General true zz_sys_opt_locking_attempts Lock Attempts int The number of attempts that should be made to get the lock. locking_wait 0.1 Locking General true zz_sys_opt_locking_wait Lock Wait double How long to wait between attempts to get the lock, in seconds. locking_verify_time 60 Locking General true zz_sys_opt_locking_verify_time Lock Verify Time double If the lock has been in place longer than this amount of time, in seconds, then any other process which attempts to get the lock will verify that the current lock is valid. force_minimal_locking false Locking General true ZZtrue_false_choice zz_sys_opt_force_minimal_locking Force Minimal Locking Within Zymonic, sometimes, for performance, not all checks will be done to determine records to lock. This means that in certain situation more records are locked than will modified. Setting this value to true will force extra checks to be done so that only necessary records will be locked, however it will negatively impact performance. locking_inactive_user_timeout 600 Locking General true zz_sys_opt_locking_inactive_user_timeout Lock Inactive User Timeout double How long a user must be inactive for until any locks they have can be released (default is 10 minutes). email_smtp_server Communications Email true zz_sys_opt_email_smtp_server varchar 128 SMTP Server SMTP server to use for outbound email. system_email_from_domain Communications Email true zz_sys_opt_system_email_from_domain varchar 128 Email domain Email domain (e.g. zymonic.com) to send email messages from, most emails will use the server hostname if this is not set system_email_from_address zymonic Communications Email true zz_sys_opt_system_email_from_address varchar 128 System Email Address Email address to send email messages to XML authors and sysadmins from system_email_timeout 600 Communications Email true zz_sys_opt_system_email_timeout int System Email Timeout Default timeout for system emails report_email_from_address emails Communications Email true zz_sys_opt_reports_email_from_address varchar 128 Report Email Address Email address to send email message reports from scheduler_email_from_address zymonic-scheduler Communications Email true zz_sys_opt_scheduler_email_from_address varchar 128 Schedule Email Address Email address to send email messages from zymonic_scheduler's send email function xmpp_host Communications XMPP true zz_sys_opt_xmpp_host varchar 128 XMPP Host Hostname of the XMPP server for instant messaging. xmpp_port 5222 Communications XMPP true zz_sys_opt_xmpp_port int 6 XMPP Port Port of the XMPP server for instant messaging. xmpp_tls false Communications XMPP true zz_sys_opt_xmpp_tls ZZtrue_false_choice XMPP use TLS? Use TLS for making the connection to the XMPP server for instant messaging. xmpp_timeout 10 Communications XMPP true zz_sys_opt_xmpp_timeout int 11 XMPP Timeout Timeout, in seconds, for making the connection to the XMPP server for instant messaging. messaging_enabled false Messaging General true zz_sys_opt_messaging_enabled ZZtrue_false_choice Enable System-wide Messaging? If disabled then no messaging will be done in the system, even when set in XML definition. messaging_email_from_address messaging Messaging Email true zz_sys_opt_messaging_email_from_address varchar 128 Email address Email address to send email messages from (as part of the messaging system) messaging_xmpp_username Messaging XMPP true zz_sys_opt_messaging_xmpp_username varchar 512 XMPP Username XMPP Username for sending messaging from authtype db Authorisation General zz_sys_opt_auth_type Auth Type System to use for authenticating users. ldap_server Authorisation LDAP zz_sys_opt_ldap_server LDAP Server LDAP hostname or ip address to use for LDAP authentication. varchar 128 temp_password Authorisation DB true zz_temp_password_mode ZZtrue_false_choice Generate One Time Passwords Allows the system to generate one time passwords that will be sent to the user by email with a short expiry (see One Time Password Expiry). temp_password_expiry 600 Authorisation DB true zz_temp_password_expiry One Time Password Expiry Sets how long after generation a One Time Password can be used (see Generate One Time Passwords) in seconds. Numeric restful_temp_password_expiry 172800 Authorisation DB true zz_restful_temp_password_expiry One Time Password for Single Block Mode Expiry Sets how long after generation a One Time Password can be used (see Generate One Time Passwords) in seconds - this applies to Single Block Mode, i.e., where an email or report is generated with authentication in the 'restful' uri. Numeric authentication_failure_message Authorisation Messages true zz_sys_opt_authentication_failure_message Authentication Failure Message If set, then this message will be output for any authentication error. If not set then the specific cause of failure will be output, e.g. Incorrect Password. concurrent_api_login_behaviour ignore Authorisation Concurrent Login true zz_sys_opt_concurrent_api_login_behaviour Concurrent API Login Behaviour What to do if API authentication occurs when there is an existing session for this user. concurrent_api_login_warning User is currently logged in in another session Authorisation Concurrent Login true zz_sys_opt_concurrent_api_login_warning Concurrent API Login Warning When Concurrent API Login Behaviour is set to show a warning, this is the warning to show. concurrent_gui_login_behaviour warning Authorisation Concurrent Login true zz_sys_opt_concurrent_gui_login_behaviour zz_sys_opt_concurrent_api_login_behaviour Concurrent GUI Login Behaviour What to do if GUI authentication occurs when there is an existing session for this user. concurrent_gui_login_warning User is currently logged in in another session Authorisation Concurrent Login true zz_sys_opt_concurrent_gui_login_warning Concurrent GUI Login Warning When Concurrent GUI Login Behaviour is set to show a warning, this is the warning to show. concurrent_default_login_behaviour warning Authorisation Concurrent Login true zz_sys_opt_concurrent_default_login_behaviour zz_sys_opt_concurrent_api_login_behaviour Concurrent Login Behaviour (Default) What to do if authentication occurs when there is an existing session for this user; for session types without their own options. concurrent_default_login_warning User is currently logged in in another session Authorisation Concurrent Login true zz_sys_opt_concurrent_default_login_warning Concurrent Login Warning (Default) When Concurrent Login Behaviour is set to show a warning, this is the warning to show; for session types without their own options. zz_cookie_expiry_authenticated Authorisation Cookies true zz_cookie_expiry_authenticated_f Authenticated Cookie (Session) Expiry The time, in seconds, that an authenticated session (cookie) will last for - see also the relogin time. relogin_time 3600 Authorisation Relogin true zz_sys_opt_relogin_time Relogin Time, in seconds If a user session has expired within this amount of time, then when the user attempts to use dynamic functionality within the GUI they will be presented with a popup window to login, and once they have done so the original action will complete. If expiry is outside this time range user will be shown an error and have to login again via Home page. client_side_cookie_expiry_margin 60 Authorisation Cookies true zz_sys_opt_client_side_cookie_expiry_margin Client Side Cookie Expiry Margin, in seconds Client side cookie is set to expiry when the server cookie expires plus any relogin time frame plus this value to give a small margin of error. server_side_cookie_removal 86400 Authorisation Cookies true zz_sys_opt_server_side_cookie_removal Server Side Cookie Deletion, in seconds How long after expiry should we remove the server side cookie. relogin_temporary_file_location /tmp Authorisation Relogin true zz_sys_opt_relogin_temporary_file_location Relogin temporary file location Where to temporarily store files uploaded during relogin. This should be a location accessible from all servers a system is using. When setting this directory bear in mind that unauthenticated users could deliver files to the server using it - suggest a special partition be used on production servers. system_option_cache_expiry 3600 System Options Cache true zz_sys_opt_system_option_cache_expiry System Option Cache Expiry (in seconds) How long to cache a system option value for. int ajax_support true User Interface General zz_sys_opt_ajax_support ZZtrue_false_choice Javascript based UI Enable Advanced Javascript Functionality? filter_allow_user_field_ordering User Interface Filter true true zz_sys_opt_filter_allow_user_field_ordering ZZtrue_false_choice Allow user to sort filter results? If set, and no explicitly overridden on a filter, then user will be able to sort filter results by any column they so choose. filter_allow_user_field_hiding User Interface Filter false true zz_sys_opt_filter_allow_user_field_hiding ZZtrue_false_choice Allow user to show/hide fields in filter results? If set, and no explicitly overridden on a filter, then user will be able to show/hide fields in filter results. long_description_in_output false User Interface General true zz_sys_opt_long_description_in_output ZZtrue_false_choice Long Description in XML If set then the long descriptions of all objects will be returned by the server, This should only be set to true if the system is using custom XSL for the main GUI which renders then long descriptions. The default system XSL does not show the long descriptions, hence this should be set to false for those systems. always_lookup_translation User Interface Filter false true zz_sys_opt_always_lookup_translation ZZtrue_false_choice Always lookup label translation? If set, labels will be translated and recorded in zz_label_usage table. lookup_english_translations User Interface Filter false true zz_sys_opt_lookup_english_translations ZZtrue_false_choice Lookup English translations? If set, labels will be translated but not recorded in zz_label_usage table. dynamic_filter_fieldgroups_set User Interface Filter false true zz_sys_opt_dynamic_filter_fieldgroups_set ZZtrue_false_choice Dynamically load filter fieldgroups? If set, fields within filter fieldgroups will be dynamically loaded when the tab is clicked. dynamic_process_fieldgroups_set User Interface Process false true zz_sys_opt_dynamic_process_fieldgroups_set ZZtrue_false_choice Dynamically load process fieldgroups? If set, fields within process fieldgroups will be dynamically loaded when the tab is clicked. focus_help_enabled User Interface General false true zz_focus_help_enabled ZZtrue_false_choice Help on Focus Show help on focus on all devices (not just mobile devices). debug_type sqlite Debugging General true zz_sys_opt_debug_type Debug Type By default, debugs will be generated as SQLite DB files which can be processed by the Zymonic Debugger UI. Change it here to get the old style XML debugs. When changing, ensure debugs are disabled and logout/login again before enabling again to ensure debug files don't get corrupted due to mismatched types. true debug_sql Debugging General zz_sys_opt_debug_sql ZZtrue_false_choice Enable Advanced SQL Debugging? If enabled this will debug setup and fully parameterized SQL queries, along with timings of each query run. realtime_debugs Debugging General zz_sys_opt_realtime_debugs ZZtrue_false_choice Enable Real Time Debugging? If enabled this will write debugs to file as they are generated. If not set will buffer the debugs then write them in bulk as per system write settings. This is generally only used when unepcted errors cause crashes, to ensure we get the latest debug before the crash. sql_query_logging false Debugging General true zz_sys_opt_sql_query_logging ZZtrue_false_choice Enable SQL Query Logging? If enabled this will log the following to file: time, time taken and SQL for each SQL query done. sql_query_logging_dir /var/log/zymonic_db Debugging General true zz_sys_opt_sql_query_logging_dir zz_f_file_path SQL Query Logging Directory When SQL Query Logging is enabled this is the directory to create the log files in. Ensure directory exists and is writable by apache user. Defaults to /var/log/zymonic_db if not set. api_logging false Debugging General true zz_sys_opt_api_logging ZZtrue_false_choice Enable API Logging When API is enabled all API requests to the system are recorded in the DB, and timed. See Admin Area > API Request Log List for the logs. extra_api_logging_types Debugging General true zz_sys_opt_extra_api_logging_types Extra API Logging Types Set the API types that should be logged. Buttons js_request_logging false Debugging General true zz_sys_opt_js_request_logging ZZtrue_false_choice JS Request Logging If set then any API requests made via JS will be logged to the browsers console. debug_page_only_requests false Debugging General true zz_sys_opt_debug_page_only_requests ZZtrue_false_choice Debug page only requests If true then moving and otherwise changing blocks in desktop mode with generate debugs when debugs are enabled. store_states_on_transition_history false Process History true zz_sys_opt_store_states_on_transition_history ZZtrue_false_choice Store States in Transition History? If enabled then transition history will also store the before and after states of all transitions run. store_field_changes_on_transition_history false Process History true zz_sys_opt_store_field_changes_on_transition_history ZZtrue_false_choice Store Field Changed in Transition History? If enabled then transition history will also store any changes to fields for all transitions run. store_action_results_on_transition_history false Process History true zz_sys_opt_store_action_results_on_transition_history ZZtrue_false_choice Store Action Result in Transition History? If enabled then transition history will also store action results for all transitions run. skip_storing_action_field_changes false Process History true zz_sys_opt_skip_storing_action_field_changes ZZtrue_false_choice Skip Action Field Changes in Transition History? If enabled then any field changes done via actions will not be stored in the transition history. no_autocreate_filter_report_actions false Filter Reports true zz_sys_opt_no_autocreate_filter_report_actions ZZtrue_false_choice Disable csv/html download on all Filters? If enabled then a button will be enabled for all Filters within this system, which will allow download as a CSV or in HTML format. auto_report_run_time_format %d/%m/%Y %H:%M:%S Filter Reports true zz_sys_opt_auto_report_run_time_format varchar Format of run time on auto reports If empty, no run time will be added to auto reports. Otherwise will use this format, uses stftime formats. filter_report_max_results 200 Reports Limits true zz_sys_opt_report_max_results int Filter Report Max Results The maximum number of results allowed in a report which is not processed in "chunks". Currently only CSV reports are processed in "chunks". filter_report_results_per_chunk 100 Reports Limits true zz_sys_opt_filter_report_results_per_chunk int Filter Report Results per Chunk The number of results to process in each "chunk" of a report. Ensure this does not exceed the MaxFilterResultFields value, otherwise a chunk will not be able to be processed. Currently only CSV reports are processed in "chunks". auto_remove_report_files true Reports Cleanup true zz_sys_opt_auto_remove_report_files ZZtrue_false_choice Remove temporary report files When set to false all temporary files used for generating reports will be left in /var/log/zymonic_reports. report_http_request_timeout 60 Reports HTTP Request true zz_sys_opt_report_http_request_timeout int HTTP Request Report Timeout Timeout, in seconds, for reports sent via HTTP requests. autocreate_process_pdf_reports false Reports Process true zz_sys_opt_autocreate_process_pdf_reports ZZtrue_false_choice Enable PDF Reports on Processes If enabled then a button will be enabled for all Processes within this system, which will allow download as a PDF. The button will not show if the XML author has explicitly disabled the button for a specific Process or State. As system options are cached, when changed it is possible for one apache process to read the option as on and show the button, then another to have it cached as off and not be able to find it and give an error. An apache reload will force all apache processes to start new and refresh their system options caches. result_count_dwell_time 1000 Filter Count and Refresh true zz_sys_opt_result_count_dwell_time Result Count Dwell Time The length of time, in milliseconds, between the user stopping typing in a search field and the query back to the server to get a result count being initiated. The time taken to show the result count will be longer since that will also include the time taken for the server to return the result count. int full_result_dwell_time 1000 Filter Count and Refresh true zz_sys_opt_full_result_dwell_time Full Result Dwell Time The length of time, in milliseconds, between the user pressing enter in a search field and the query back to the server to get the results being initiated. The time taken to show the results will be longer since that will also include the time taken for the server to return the result count. int result_auto_show_count 0 Filter Count and Refresh true zz_sys_opt_result_auto_show_count Auto Show Result Count If the result count returns less than or equal to this number then the full results will be automatically requested after the full result dwell time. int auto_materialized_view_threshold 100 Filter Refresh true zz_sys_opt_auto_materialized_view_threshold Automatic Materialized View Threshold (ms) Determines when to flag a filter for automatic materialized view creation to improve performance on large filters. int auto_materialized_view_result_limit 10000 Filter Refresh true zz_sys_opt_auto_materialized_view_result_limit Automatic Materialized View Result Count Limit Used to determines when to flag a filter for automatic materialized view creation to improve performance on large filters. If filter would have approximatly more than this number of results then a materialized view will not be used. int abort_check_frequency 1000 Filter Refresh true zz_sys_opt_auto_abort_check_frequency Frequency of request abort checks (ms) Time in milliseconds between checking if the filter request has been cancelled. Higher number will increase the filter performance, but slow down the cancelling of requests. int materialized_views_limit 10 Filter Refresh true zz_sys_opt_materialized_views_limit Maximum Materialized Views The number of materialized views that can be stored. int materialized_views_creation_wait 100 Filter Refresh true zz_sys_opt_materialized_views_creation_wait Materialized Views Creation Wait (ms) If an MV is being setup up, how long to wait, in ms, to try and use it. If not ready after this time then request will create a new MV. int materialized_views_active true Filter Refresh true zz_sys_opt_materialized_views_active ZZtrue_false_choice Materialized Views Active If true, Materialized Views will automatically be used where appropriate unless overridden by Filter xml. lf_full_result_dwell_time 250 Linked Field Count and Refresh true zz_sys_opt_lf_full_result_dwell_time Full Result Dwell Time The length of time, in milliseconds, between the user pressing enter in a search field and the query back to the server to get the results being initiated. The time taken to show the results will be longer since that will also include the time taken for the server to return the result count. int auto_resecure_filter_process_access false Security Filter and Process true zz_sys_opt_auto_resecure_filter_process_access ZZtrue_false_choice Auto Resecure Filter and Process Access Make sure this is false during initial system setup for performance. Once system is initially setup a config build can be done to resecure, then this can be switched on to resecure filter/process access when it may have changed. bad_password_list_file Security Configuration true false zz_sys_opt_bad_password_list_file Bad Password List File varchar 255 Upload a file to check passwords against ./ Upload check_filter_process_access_permissions true Security Filter and Process false zz_sys_opt_check_filter_process_access_permissions ZZtrue_false_choice Check Access Permissions on calling Filter or Process If true then filter/process will have its access permissions checked on loading, and will trigger error if user does not have access permissions. append_permission_checks_sec_id_limit 100 Security Filter and Process false zz_sys_opt_append_permission_checks_sec_id_limit int Limit on the number of security IDs in permission appendable check When doing appendable permission checks on filter actions, if there are more than this number of unique security IDs in the source table then will run full checks against entire table. autocreate_records_for_append_permission_checks true Security Filter and Process true zz_sys_opt_autocreate_records_for_append_permission_checkst ZZtrue_false_choice Auto-Create records to check appendable permissions When checking appendable permission, if no existing records setting this to true will auto create a new record to check the permissions. Any created record will be removed after the check. If set to false then the permission check will just fail. confidential_report_message Confidential - Do Not Circulate Security Reports true zz_sys_opt_confidential_report_messages varchar 128 Confidential Report Message Message applied to the header and footer of reports with confidential NoLog fields visible ssl_opt_db Security true zz_sys_opt_ssl_opt_db SSL Options Database/Table varchar If not set defaults to the system's default DB; use like so: "[DBName].[TableName]" output_css_in_api_responses false API Responses true zz_sys_opt_output_css_in_api_responses ZZtrue_false_choice Output CSS info in API Responses If true then API responses will contain attribute 'css'. convert_size_px_to_mm 0.264583333 Utils Sizes true zz_sys_opt_convert_size_px_to_mm double Amount of mm in 1px Used internally to convert between px and mm version System Version false zz_sys_opt_software_version zz_f_version Software version of Zymonic/system Set to current version of Zymonic/system software varchar default_transition_repeat_behaviour error Transition Repeat true zz_sys_opt_default_transition_repeat_behaviour Default Transition Repeat Behaviour What to do if this Transition is run twice. This is the default value to use when not specified on a Transition. default_transition_repeat_message [[transition]] has already succeeded, this attempt has been ignored. Transition Repeat true zz_sys_opt_default_transition_repeat_message Default Transition Repeat Message Error message to show when RepeatBehaviour is warning or error. This is the default value to use when not specified on a Transition. Can use '[[transition]]' and it will be replaced by the transition display name. \[\] cache_permission_dependencies_lookup true Permissions Dependencies true zz_sys_opt_cache_permission_dependencies_lookup ZZtrue_false_choice Cache Permission Dependency Lookups If true then will cache the lookup, and potential recalculation, of permission dependencies within a request.. ManualDirectory Manual Directory true zz_sys_opt_ManualDirectory zz_f_file_path Manual Directory This is the location to build the system manual in. If not set then manual will be built in [webserver root]/man/[system name]. If absolute path (i.e. starts with /) then manual will be built in that path. If relative path (i.e. does not start with /) then that path will be assumed from the webserver root, e.g. [webserver root]/[relative path]. If the manual location is not within the webserver root then a symlink will be created linking it to [webserver root]/man/[system name], this is so the help icons in the GUI can function. file_preview_location zz_file_field_previews File Field Preview true zz_sys_opt_file_preview_location zz_f_file_path File Field Preview Location Relative location within web server root to put file filed previews. file_image_preview_default_size 70x70 File Field Preview true zz_sys_opt_file_image_preview_default_size Image File Preview Default Size Default size, in pixels, for example 70x70. xml_schema_location System Definition XML Schema true zz_sys_opt_xml_schema_location zz_f_file_path Location of the XML schema Location of the XML schema on the file system. cached_system_definition_expiry 86400 System Definition Cache true zz_sys_opt_cached_system_definition_expiry Cached System Definition Expiry (in seconds) How long to keep older system definition caches for, in seconds. Set to 0 to disable, i.e. to keep all older caches. int pdftotext /usr/bin/pdftotext Tools PDF TO Text true zz_sys_opt_pdftotext zz_f_file_path pdftotext location This is the location to find the pdftotext program. xslt_processor Saxon XSLT General true zz_sys_opt_xslt_processor XSLT Processor The XSLT processor to use within the system xslt_temporary_file_auto_cleanup true XSLT General true zz_sys_opt_xslt_temporary_file_auto_cleanup ZZtrue_false_choice Remove temporary XSLT files When set to false all temporary files used for XSLT processing will be not be cleaned up. saxon_location /usr/local/bin/saxon XSLT Saxon true zz_sys_opt_saxon_location zz_f_file_path Saxon Location This is the location to find the saxon xslt program. saxon_servlet_directory XSLT Saxon Servlet true zz_sys_opt_saxon_servlet_directory zz_f_file_path Saxon Servlet TomCat WebApp Directory Location of the Saxon Servlet TomCat WebApp. saxon_servlet_xml_sub_directory xml XSLT Saxon Servlet true zz_sys_opt_saxon_servlet_xml_sub_directory zz_f_file_path Saxon Servlet XML Sub-Directory Directory within the Saxon Servlet WebApp where XML files can be stored for processing. saxon_servlet_xsl_sub_directory . XSLT Saxon Servlet true zz_sys_opt_saxon_servlet_xsl_sub_directory zz_f_file_path Saxon Servlet XSL Sub-Directory Directory within the Saxon Servlet WebApp where SL files can be found for processing. saxon_servlet_url XSLT Saxon Servlet true zz_sys_opt_saxon_servlet_url zz_f_url Saxon Servlet URL URL to call the Saxon Servlet. saxon_servlet_auto_cleanup true XSLT Saxon Servlet true zz_sys_opt_saxon_servlet_auto_cleanup ZZtrue_false_choice Remove temporary xml files When set to false all temporary files used for XSLT processing will be not be cleaned up. desktop_mode false User Interface General true zz_sys_opt_desktop_mode_field false Buttons Desktop Mode 12 Enables the Desktop mode (this is planned to be the default). default_timezone Europe/London Date/Time Options Timezones true zz_sys_opt_default_timezone Default Timezone The default timezone to use when display times within the system varchar 50 /+ List email_template_directory_so System Options Communications true email_templates zz_sys_opt_email_template_directory Email Template Directory :/-_\. 512 varchar Directory of email templates to use in the core email process. transition_run_in_background_log_dir /var/log/zymonic_transitions Debugging General true zz_sys_opt_transition_run_in_background_log_dir zz_f_file_path Transition Run in Background Logging Directory This is the directory to create the log files in when running transitions in the background. Ensure directory exists and is writable by apache user. Defaults to /var/log/zymonic_transitions if not set.