From adf79879fd88ac83597f31c73cafbd8199c90597 Mon Sep 17 00:00:00 2001 From: mj Date: Sun, 23 Sep 2001 11:40:52 +0000 Subject: [PATCH] Modified config.props to include the template definition for the comment dupe prevention system (CDPS (tm)) --- source/config.properties-dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.0