Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Nov 10, 2024
1 parent e525c33 commit b17a3ab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
19 changes: 19 additions & 0 deletions src/main/assembly/dist/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ server:
- type: http
port: 20361

dataverse:
baseUrl: 'http://localhost:8080'
apiKey: 'changeme'
awaitLockStateMaxNumberOfRetries: 30
awaitLockStateMillisecondsBetweenRetries: 500
httpClient:
timeout: 30s
connectionTimeout: 15s
connectionRequestTimeout: 15s
timeToLive: 1h
retries: 2
userAgent: dd-dataverse-ingest

ingest:
inbox: /var/opt/dans.knaw.nl/tmp/import/inbox
outbox: /var/opt/dans.knaw.nl/tmp/import/outbox

tempDir: /var/opt/dans.knaw.nl/tmp/zip-wrapping

#
# See https://www.dropwizard.io/en/latest/manual/configuration.html#logging
#
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/debug-etc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server:

dataverse:
baseUrl: 'http://dev.archaeology.datastations.nl:8080'
apiKey: '93423e09-848c-47cb-a979-219dafcfa4da'
apiKey: 'changeme'
unblockKey: 's3kretKey'
awaitLockStateMaxNumberOfRetries: 30
awaitLockStateMillisecondsBetweenRetries: 500
Expand All @@ -24,8 +24,8 @@ dataverse:
userAgent: dd-dataverse-ingest

ingest:
inbox: data/inbox
outbox: data/outbox
inbox: data/imports/inbox
outbox: data/imports/outbox

tempDir: data/tmp

Expand Down
4 changes: 0 additions & 4 deletions src/test/resources/debug-etc/db.properties

This file was deleted.

0 comments on commit b17a3ab

Please sign in to comment.