From: erik Date: Sun, 30 Apr 2006 21:13:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: BEFORE_MAVEN_MIGRATION~81 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=8bb36fbe0d2fcfaf5a93bb17353f6ad7a57ef606;p=utils --- diff --git a/crawler/kiss/conf/kiss/org.wamblee.crawler.properties b/crawler/kiss/conf/kiss/org.wamblee.crawler.properties new file mode 100644 index 00000000..c9d30ec9 --- /dev/null +++ b/crawler/kiss/conf/kiss/org.wamblee.crawler.properties @@ -0,0 +1,17 @@ + + +############################################################################ +# Mail server configuration +############################################################################ +org.wamblee.crawler.smtp.host=falcon +org.wamblee.crawler.smtp.port=25 +org.wamblee.crawler.smtp.username= +org.wamblee.crawler.smtp.password= + +############################################################################ +# Mail notification configuration +############################################################################ +org.wamblee.crawler.notification.from=kiss@wamblee.org +org.wamblee.crawler.notification.to=erik@brakkee.org +org.wamblee.crawler.notification.subject=Recording summary for today + \ No newline at end of file diff --git a/crawler/kiss/src/org.wamblee.crawler.properties.xml b/crawler/kiss/src/org.wamblee.crawler.properties.xml new file mode 100644 index 00000000..e92b028d --- /dev/null +++ b/crawler/kiss/src/org.wamblee.crawler.properties.xml @@ -0,0 +1,14 @@ + + + + + + + + + org.wamblee.crawler.properties + + + + \ No newline at end of file diff --git a/crawler/kissweb/src/org.wamblee.crawler.properties b/crawler/kissweb/src/org.wamblee.crawler.properties new file mode 100644 index 00000000..c9d30ec9 --- /dev/null +++ b/crawler/kissweb/src/org.wamblee.crawler.properties @@ -0,0 +1,17 @@ + + +############################################################################ +# Mail server configuration +############################################################################ +org.wamblee.crawler.smtp.host=falcon +org.wamblee.crawler.smtp.port=25 +org.wamblee.crawler.smtp.username= +org.wamblee.crawler.smtp.password= + +############################################################################ +# Mail notification configuration +############################################################################ +org.wamblee.crawler.notification.from=kiss@wamblee.org +org.wamblee.crawler.notification.to=erik@brakkee.org +org.wamblee.crawler.notification.subject=Recording summary for today + \ No newline at end of file