(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 30 Apr 2006 21:13:19 +0000 (21:13 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 30 Apr 2006 21:13:19 +0000 (21:13 +0000)
crawler/kiss/conf/kiss/org.wamblee.crawler.properties [new file with mode: 0644]
crawler/kiss/src/org.wamblee.crawler.properties.xml [new file with mode: 0644]
crawler/kissweb/src/org.wamblee.crawler.properties [new file with mode: 0644]

diff --git a/crawler/kiss/conf/kiss/org.wamblee.crawler.properties b/crawler/kiss/conf/kiss/org.wamblee.crawler.properties
new file mode 100644 (file)
index 0000000..c9d30ec
--- /dev/null
@@ -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 (file)
index 0000000..e92b028
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
+ <beans> 
+    
+    <bean id="propertyBean"
+        class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+        <property name="locations">
+            <list>
+                <value>org.wamblee.crawler.properties</value>
+            </list>
+        </property>
+    </bean> 
+ </beans>
\ 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 (file)
index 0000000..c9d30ec
--- /dev/null
@@ -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