Author: chabotc
Date: Sat Jul 19 16:42:10 2008
New Revision: 678242

URL: http://svn.apache.org/viewvc?rev=678242&view=rev
Log:
slight oversight, forgot to commit the new messages service config key

Modified:
    incubator/shindig/trunk/php/config/container.php

Modified: incubator/shindig/trunk/php/config/container.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/config/container.php?rev=678242&r1=678241&r2=678242&view=diff
==============================================================================
--- incubator/shindig/trunk/php/config/container.php (original)
+++ incubator/shindig/trunk/php/config/container.php Sat Jul 19 16:42:10 2008
@@ -32,7 +32,8 @@
  *     'private_key_phrase' => 'MyCertificatePassword',
  *     'people_service' => 'MyPeopleService',
  *     'activity_service' => 'MyActivitiesService',
- *     'app_data_service' => 'MyAppDataService'
+ *     'app_data_service' => 'MyAppDataService',
+ *     'messages_service' => 'MyMessagesDataService'
  * );
  *  
  */
@@ -90,6 +91,7 @@
        'people_service' => 'BasicPeopleService',
        'activity_service' => 'BasicActivitiesService',
        'app_data_service' => 'BasicAppDataService',
+       'messages_service' => 'BasicMessagesService',
        // Also scan these directories when looking for <Class>.php files. You 
can include multiple paths by seperating them with a , 
        'extension_class_paths' => '',
        


Reply via email to