Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangli3 committed Mar 18, 2014
1 parent 78519b6 commit 4a6923e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
Empty file.
19 changes: 19 additions & 0 deletions auditor-server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#oci.auditor.com.ailk.oci.auditor.pipeline.server.config=pipeline.properties
#dataSource.driverClassName=net.sf.log4jdbc.DriverSpy
#dataSource.url=jdbc:log4jdbc:mysql://10.1.253.176:3306/osfc
#dataSource.user=osfc
#dataSource.password=123456
#dataSource.maxActive=20
#dataSource.maxIdle=10
#dataSource.minIdle=0

#test
oci.auditor.com.ailk.oci.auditor.pipeline.server.config=pipeline.properties
dataSource.driverClassName=net.sf.log4jdbc.DriverSpy
dataSource.url=jdbc:log4jdbc:mysql://10.1.253.177:7306/osfc
dataSource.user=osfc
dataSource.password=osfc
dataSource.maxActive=20
dataSource.maxIdle=10
dataSource.minIdle=0

19 changes: 19 additions & 0 deletions auditor-server/src/main/resources/pipeline.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#Pipeline
oci.auditor.com.ailk.oci.auditor.pipeline.config.service.name=auditor-server
oci.auditor.com.ailk.oci.auditor.pipeline.config.queue.full.policy=shutdown
oci.auditor.com.ailk.oci.auditor.pipeline.config.queue.size=1024


#flush count
#oci.auditor.com.ailk.oci.navigator.jparepository.flush.count = 512

#pipeline out processor
#eventPersistenceProcessor=


#EventUploadProcessor,config to server url/server
oci.auditor.com.ailk.oci.auditor.pipeline.config.processor.upload.server.url=http://10.1.253.177:8080/server

#DuplicateFilter
#com.ailk.oci.auditor.pipeline.processor.in.filter.duplicate.debug = true
#com.ailk.oci.auditor.pipeline.processor.in.filter.duplicate.rule =

0 comments on commit 4a6923e

Please sign in to comment.