Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. $ bzr diff
  2. === modified file 'modules/drupal/files/installations/preview/settings.local.php'
  3. --- modules/drupal/files/installations/preview/settings.local.php 2011-02-16 14:14:48 +0000
  4. +++ modules/drupal/files/installations/preview/settings.local.php 2011-02-16 19:37:45 +0000
  5. @@ -30,15 +30,19 @@ $conf['mongodb_connections'] = array(
  6. 'host' => 'mongo-master.b.examiner.com:26016',
  7. 'db' => 'examiner_preview',
  8. ),
  9. + 'newstats' => array(
  10. + 'host' => '216.18.223.214:26016',
  11. + 'db' => 'examiner_preview',
  12. + ),
  13. );
  14.  
  15. $conf['mongodb_collections'] = array(
  16. 'session' => 'session',
  17. 'watchdog' => 'watchdog',
  18. - 'queue.ex_stats_cleanup' => 'stats',
  19. - 'queue.ex_stats_pageviews_queue' => 'stats',
  20. - 'ex_stats' => 'stats',
  21. - 'ex_stats_log' => 'stats',
  22. + 'queue.ex_stats_cleanup' => 'newstats',
  23. + 'queue.ex_stats_pageviews_queue' => 'newstats',
  24. + 'ex_stats' => 'newstats',
  25. + 'ex_stats_log' => 'newstats',
  26. );
  27.  
  28. global $base_url, $is_https;
  29. @@ -303,7 +307,7 @@ $conf['ex_remote_publishing_feed_url'] =
  30. $conf['mtp_mail_forward_to'] = 'examiner.prod@celljournalistcloud.com';
  31.  
  32. // doug: Disable stats during SuperBowl crisis.
  33. -$conf['ex_stats'] = FALSE;
  34. +// $conf['ex_stats'] = FALSE;
  35.  
  36. // Beacons configration
  37. $conf['ex_beacon_beacons'] = array(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement