;-----------------------LOGGING------------------------- ;EMERG = 0; // Emergency: system is unusable ;ALERT = 1; // Alert: action must be taken immediately ;CRIT = 2; // Critical: critical conditions ;ERR = 3; // Error: error conditions ;WARN = 4; // Warning: warning conditions ;NOTICE = 5; // Notice: normal but significant condition ;INFO = 6; // Informational: informational messages ;DEBUG = 7; // Debug: debug messages [production] accounting.logging.enabled = true ;enable/disable logging accounting.logging.logPriorityLowerEqualTo = 6 ;only log records with priority greater than value accounting.logging.pathToLogfile = APPLICATION_PATH "/../data/logs/accounting/" ;path to log file accounting.php.display_errors.enabled = true accounting.php.error_reporting.type = E_ALL accounting.php.memory_limit = 8096M accounting.run.month = 3 accounting.run.year = 2013 accounting.notifications.recipient.email.name = "Accounting Run Watchers" accounting.notifications.recipient.email.address = "{{ orchard_app_accounting_notifications_recipient_email }}" accounting.notifications.recipient.techemail.name = "Tech Accounting Run Watchers" accounting.notifications.recipient.techemail.address = "{{ orchard_app_accounting_notifications_recipient_tech_email }}" ;Queue configs queue.queueAdapter = ApolloStomp queue.host = 192.168.31.89 queue.virtualhost = "kalimdor" queue.port = 61616 queue.username = "admin" queue.password = "admin" ;Cache settings for the script cache.memcached.host = "{{ memcached_listen_ip }}"; cache.memcached.port = "{{ memcached_port }}"; ;SNS topic arns sns.topicarn.script.info = "{{ orchard_app_asns_topicarn_info }}" sns.topicarn.script.loadaccounting = "{{ orchard_app_asns_topicarn_loadaccounting }}" [development : production] [testing : development]