From: Marcus <the...@us...> - 2004-03-24 16:04:05
|
Update of /cvsroot/junk/junk/WEB-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24863 Modified Files: junk-config.xml Log Message: database plugin configuration added Index: junk-config.xml =================================================================== RCS file: /cvsroot/junk/junk/WEB-INF/junk-config.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** junk-config.xml 23 Mar 2004 15:32:59 -0000 1.2 --- junk-config.xml 24 Mar 2004 15:53:27 -0000 1.3 *************** *** 3,7 **** <data-sources> <data-source> ! <set-property property="url" value="jdbc:mysql://10.0.80.5/smbsearch?autoReconnect=true" /> <!-- change this to your db connect string --> <set-property property="user" value="reader" /> <!-- change this to your db user --> <set-property property="password" value="reader" /> <!--change this to your db password --> --- 3,7 ---- <data-sources> <data-source> ! <set-property property="url" value="jdbc:mysql://10.0.80.5/smbsearch" /> <!-- change this to your db connect string --> <set-property property="user" value="reader" /> <!-- change this to your db user --> <set-property property="password" value="reader" /> <!--change this to your db password --> *************** *** 13,16 **** --- 13,23 ---- </data-source> </data-sources> + <plug-in className="junk.plugin.database.DatabasePlugin"> + <set-property property="url" value="jdbc:mysql://10.0.80.5/smbsearch?autoReconnect=true" /> <!-- change this to your db connect string --> + <set-property property="user" value="reader" /> <!-- change this to your db user --> + <set-property property="password" value="reader" /> <!--change this to your db password --> + <set-property property="description" value="Shodan Mysql Datasource Configuration" /> + <set-property property="driverClass" value="org.gjt.mm.mysql.Driver" /> + </plug-in> <plug-in className="junk.plugin.scanner.ScannerPlugin"> <set-property property="scan-interval" value="300000" /><!--5 minutes --> |