; 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 ; url for the internal api internal_api_url = http://127.0.0.1/internal_api/xmlrpc ; activate standalone mode if no frontend is present (0 = disabled, 1 = enabled) ; standalone_mode = 0 ; Default sender address for Origo mails email_sender_default = noreply@mydomain.com ; Prefix for sender email_sender_prefix = [Origo] ; SMTP server for sending mails smtp_server = localhost ; drupal xml-rpc issue interface settings ; host/port on which the backend connects to the interface (default is 80 but can be changed for test setup) ; drupal_xrpc_host = 127.0.0.1 ; 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 ; db config (all rights) storage_user = origo_storage storage_password = null storage_host = localhost storage_db = origo ; db config having access to the drupal dbs (all rights) drupal_user = origo_drupal drupal_password = null drupal_host = localhost ; ems active mq connection ems_connection = "tcp://127.0.0.1:61616?wireFormat=openwire" ; Log content of Aranea messages, i.e. their JSON serialization? log_message_content = 0 ; rrd root path rrd_root_path = /data/rrd/ ; statistics log files statistics_page_log = /var/log/apache2/origo-access.log ;statistics_download_log = /var/log/apache2/download.log ;statistics_svn_log = /var/log/apache2/svn.log ;statistics_websvn_log = /var/log/apache2/websvn.log ;statistics_git_log = /var/log/apache2/git.log ;statistics_gitweb_log = /var/log/apache2/gitweb.log ; are the web log files split? ; false => statistics_page_log ; true => statistics_page_log, statistics_download_log, statistics_svn_log, statistics_websvn_log statistics_web_log_split = false ; config scripts config_scripts_dir = /usr/share/origo/ ; svn auth directory svn_auth_dir = /etc/origo/svnauth ; ftp directory ftp_dir = /var/lib/origo-files/ftp