Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 2 additions & 9 deletions assets/config/opensrp.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ report-fields-definition-path=/report-fields-definition.json
report-definition-path=/report-definition.json
mcts-report-definition-path=/mcts-report-definition.json
mcts-report-delay-in-days=10
mcts.poll.time.interval.in.minutes=10git
mcts.poll.time.interval.in.minutes=10

# OpenMRS configuration
openmrs.url=http://localhost:8080/openmrs/
Expand All @@ -44,7 +44,7 @@ openmrs.scheduletracker.syncer.interval-min=2
couchdb.server=localhost
couchdb.port=5984
couchdb.username=admin
couchdb.password=admin
couchdb.password=D3v!23

couchdb.atomfeed-db.revision-limit=2

Expand Down Expand Up @@ -113,12 +113,5 @@ oauth.default.callback.url=https://yourapplication.com/registered/callback
#Team module settings
use.opensrp.team.module=false

# S3 configuration (should be populated for deployments using S3 multimedia storage)
aws_access_key_id=
aws_secret_access_key=
aws_region=
aws_bucket=
aws_key_folder=none

# multimedia file manager (is file system by default)
multimedia_file_manager=FileSystemMultimediaFileManager
Empty file modified build/lib/postgresql-9.1-901.jdbc4.jar
100755 → 100644
Empty file.
Empty file modified build/maven.properties
100755 → 100644
Empty file.
Empty file modified build/sql/tables_opensrp.sql
100755 → 100644
Empty file.
Empty file modified build/sql/tables_quartz_MYSQL.sql
100755 → 100644
Empty file.
Empty file modified build/sql/tables_quartz_postgres.sql
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions modules/core/persistence_postgres.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
expression="org.opensrp.service.formSubmission.ziggy.*" />
<context:exclude-filter type="regex"
expression="org.opensrp.service.FormSubmissionDataMigrationService" />
<context:exclude-filter type="regex"
expression="org.opensrp.referrals.*" />
</context:component-scan>

<bean id="openSRPDataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
Expand Down
255 changes: 0 additions & 255 deletions opensrp-api/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading