Modified config.props to include the template definition for the comment
authormj <mj>
Sun, 23 Sep 2001 11:40:52 +0000 (11:40 +0000)
committermj <mj>
Sun, 23 Sep 2001 11:40:52 +0000 (11:40 +0000)
dupe prevention system (CDPS (tm))

source/config.properties-dist

index b235bc7..68f02a5 100755 (executable)
@@ -125,13 +125,14 @@ Database.Logfile=log/dbentity.log
 
 #
 # configuration for adaptor mysql
 
 #
 # 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
 
 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
 
 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
 # 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
 ServletModule.OpenIndy.PostingTemplate=open/posting.template
 ServletModule.OpenIndy.PostingDoneTemplate=open/posting_done.template
 ServletModule.OpenIndy.Logfile=log/openindy.log