Update of /var/cvs/contributions/didactor2
In directory james.mmbase.org:/tmp/cvs-serv6949

Modified Files:
        configure.properties 
Log Message:
'test' is not an existing db implemenation


See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2


Index: configure.properties
===================================================================
RCS file: /var/cvs/contributions/didactor2/configure.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- configure.properties        21 Jun 2007 11:49:24 -0000      1.12
+++ configure.properties        24 Jan 2008 14:05:11 -0000      1.13
@@ -1,15 +1,7 @@
-smtpmodule.hostname=dagobah
+smtpmodule.hostname=localhost
 smtpmodule.port=1025
 smtpmodule.relaydomains=waaromjezus.nl,waaromjezus.be
-sendmail.smarthost=docs.eo.nl
-
-#log dirs make no sense
-chat.server.logfile=${catalina.base}/logs/ircserver.log
-chat.engine.logfile=${catalina.base}/logs/ircengine.log
-
-chat.internal.port=5557
-chat.external.flashport=5557
-chat.external.ircport=6667
+sendmail.smarthost=smtp
 
 
 #Deafult settings in the war. You can override them in a context xml.
@@ -23,7 +15,8 @@
 
 jdbc.database=mmbase
 
-mmbaseroot.database=test
+#The war runs default on hsql. You don't want that.
+#mmbaseroot.database=mysql
 
 web.enable.error-page=false
 wizards.pages.text.ftype=html
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to