[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/ -> notification.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file for notification.
   3  #
   4  #
   5  # NOTE: It is not recommended to edit this files directly, instead
   6  #       a file in override should be created for setting the
   7  #       values that is required for your site. Either create
   8  #       a file called settings/override/notification.ini.append or
   9  #       settings/override/notification.ini.append.php for more security
  10  #       in non-virtualhost modes (the .php file may already be present
  11  #       and can be used for this purpose).
  12  
  13  [RuleSettings]
  14  RepositoryDirectories[]=kernel/notification/rules
  15  ExtensionDirectories[]
  16  Alias[advanced]=ezadvanced
  17  Alias[general]=ezgeneral
  18  Alias[keyword]=ezkeyword
  19  # Maximum number of notification digest elements removed in one query.
  20  # This is needed to prevent exceeding DBMS limits 
  21  # (maximum query length, maximum number of elements in IN() clause).
  22  LimitDeleteElements=50
  23  
  24  [NotificationEventTypeSettings]
  25  RepositoryDirectories[]=kernel/classes/notification/event/
  26  ExtensionDirectories[]
  27  
  28  AvailableNotificationEventTypes[]=ezpublish
  29  AvailableNotificationEventTypes[]=eznewcontent
  30  AvailableNotificationEventTypes[]=ezcurrenttime
  31  AvailableNotificationEventTypes[]=ezcollaboration
  32  
  33  [NotificationEventHandlerSettings]
  34  RepositoryDirectories[]=kernel/classes/notification/handler/
  35  ExtensionDirectories[]
  36  
  37  AvailableNotificationEventTypes[]=ezgeneraldigest
  38  AvailableNotificationEventTypes[]=ezcollaborationnotification
  39  AvailableNotificationEventTypes[]=ezsubtree
  40  #AvailableNotificationEventTypes[]=ezsimpledigest
  41  
  42  [TransportSettings]
  43  DefaultTransport=mail
  44  # An array of pathes to the transport plugins
  45  # TransportPluginPath[]=path/to/plugin1
  46  # TransportPluginPath[]=path/to/plugin2
  47  TransportPluginPath[]
  48  
  49  [MailSettings]
  50  # Which email address to use when sending notification mail
  51  # If empty site.ini/MailSettings/AdminEmail is used.
  52  EmailSender=


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7