; values can be quoted with single or double quotes [origo] ; lifetime of an origo session (in seconds) ; session_lifetime = 3600 ; storage node cleanup interval (in ms) ; storage_cleanup_interval = 600000 ; lifetime of a friendship request (in days) ; friendship_request_lifetime = 14 ; lifetime of account activation/email verification (in days); default is 7 ; account_activation_lifetime = 7 ; domain used for origo (sub domains like api and svn are currently hard-coded) origo_domain = origo.ethz.ch ; domain used for jabber jabber_domain = jabber.origo.ethz.ch ; activate standalone mode if no frontend is present (0 = disabled, 1 = enabled) ; standalone_mode = 0 ; Origo support e-mail address email_support = support@mydomain.com ; Default sender address for Origo mails email_sender_default = noreply@mydomain.com ; drupal xml-rpc issue interface settings ; port on which the backend connects to the interface (default is 80 but can be changed for test setup) ; drupal_xrpc_port = 80 ; path of the xml-rpc interface (default is '/xmlrpc.php') ; drupal_xrpc_path = /xmlrpc.php ; The following users only need privileges on db origo ; snmp access to retrieve stats (read-only) snmp_user = origo_snmp snmp_password = null ; access for origo storage nodes (all rights) storage_user = origo_storage storage_password = null ; access for origo manager (create projects, ...) manager_user = origo_manager manager_password = null ; access for origo database crawler (for drupal database updates) db_crawler = origo_db_crawler db_crawler_password = null ; access for drupal cron job which invokes cron job on each drupal project drupal_cron = origo_drupalcron drupal_cron_password = null ; access for origo maintenance cron job (obsolete, currently unused) ; used for origo-cron.php ; origo_cron = origo_cron ; origo_cron_password = null ; access for data managment scripts on origo database (all rights on origo DB) origo_data_mgmt = origo_data_mgmt origo_data_mgmt_password = null ; ems active mq connection ems_connection = null