(no commit message)
[utils] / crawler / kissweb / src / org.wamblee.crawler.properties
1
2
3 ############################################################################
4 # Mail server configuration
5 ############################################################################
6 org.wamblee.crawler.smtp.host=shikra
7 org.wamblee.crawler.smtp.port=25
8 org.wamblee.crawler.smtp.username=
9 org.wamblee.crawler.smtp.password=
10
11 ############################################################################
12 # Mail notification configuration 
13 ############################################################################
14 org.wamblee.crawler.notification.from=kiss@wamblee.org
15 org.wamblee.crawler.notification.to=erik@brakkee.org
16 org.wamblee.crawler.notification.subject=Recording summary for today
17  
18 ############################################################################
19 # Configuration of the crawler
20 ############################################################################
21 org.wamblee.crawler.config.epg=/home/erik/crawler/config.xml
22 org.wamblee.crawler.config.programs=/home/erik/crawler/programs.xml
23