From 8150cd43178922bcf03c9265d47d93f52ee6d86c Mon Sep 17 00:00:00 2001 From: MrZYX Date: Sat, 29 Jan 2011 15:38:26 +0100 Subject: [PATCH] remove mongodb from app_config.yml.example --- config/app_config.yml.example | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/app_config.yml.example b/config/app_config.yml.example index b8f89529e..38e1a77b1 100644 --- a/config/app_config.yml.example +++ b/config/app_config.yml.example @@ -37,10 +37,6 @@ default: # Diaspora is only tested against this default pubsub server. pubsub_server: 'https://pubsubhubbub.appspot.com/' - # Host/port for running mongodb server. See also mongodb.conf - mongo_host: 'localhost' - mongo_port: 27017 - # Setting this to true enables diaspora's "send email" functionality # requiring meaningful smtp_* settings. These are options for RoR's # ActionMailer class.