From: mj Date: Sun, 23 Sep 2001 11:40:52 +0000 (+0000) Subject: Modified config.props to include the template definition for the comment X-Git-Tag: prexmlproducerconfig~453 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=adf79879fd88ac83597f31c73cafbd8199c90597;p=mir.git Modified config.props to include the template definition for the comment dupe prevention system (CDPS (tm)) --- diff --git a/source/config.properties-dist b/source/config.properties-dist index b235bc7b..68f02a5c 100755 --- a/source/config.properties-dist +++ b/source/config.properties-dist @@ -125,13 +125,14 @@ Database.Logfile=log/dbentity.log # # configuration for adaptor mysql -# In this example, "mir" is the dbname +# In this example, "Mir" is the dbname Adaptor.MySQL.URL=jdbc:mysql://localhost:3306/Mir Adaptor.MySQL.Driver=org.gjt.mm.mysql.Driver # # configuration for adaptor postgres +# In this example, "Mir" is the dbname Adaptor.PostgreSQL.URL=jdbc:postgresql://localhost:5432/Mir Adaptor.PostgreSQL.Driver=org.postgresql.Driver @@ -216,6 +217,7 @@ Module.Mediafolder.Logfile=log/mir.log # config used for OpenIndy ServletModule.OpenIndy.CommentTemplate=open/comment.template ServletModule.OpenIndy.CommentDoneTemplate=open/comment_done.template +ServletModule.OpenIndy.CommentDupeTemplate=open/comment_dupe.template ServletModule.OpenIndy.PostingTemplate=open/posting.template ServletModule.OpenIndy.PostingDoneTemplate=open/posting_done.template ServletModule.OpenIndy.Logfile=log/openindy.log