-
Notifications
You must be signed in to change notification settings - Fork 0
/
escidoc-ingest-client.properties.example
41 lines (30 loc) · 1.48 KB
/
escidoc-ingest-client.properties.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
### BEGIN loaded by Ingester.loadConfiguration()
### This is done in the abstract implementation of the interface
#### Ingester. DirectoryIngester calls loadConfiguration in order
### to get default values.
# default Context
escidoc.client.ingest.context=escidoc:persistent3
# default Content Model for Items
# Since there is no listing for Content Models this Content
# Model appears in the list of available Content Models. See
# Ingester.getContentModels().
escidoc.client.ingest.content-model.container=escidoc:persistent4
# default Content Model for Containers
# Since there is no listing for Content Models this Content
# Model appears in the list of available Content Models. See
# Ingester.getContentModels().
escidoc.client.ingest.content-model.item=escidoc:persistent4
# default for initial status
escidoc.client.ingest.status=released
# default content category assigend to content of an Item
escidoc.client.ingest.content-category=ORIGINAL
# default mime-type assigned to content of an Item
escidoc.client.ingest.mime-type=application/octet-stream
# default visibility assigned to content of an Item
escidoc.client.ingest.visibility=public
# default valid status assigned to content of an Item
escidoc.client.ingest.valid-status=valid
### END loaded by Ingester.loadConfiguration()
# Base URLs of eSciDoc Infrastructures to use (comma separated)
escidoc.client.ingest.infrastructure-urls=http://localhost:8080,http://escidev4:8080
escidoc.client.ingest.fits-home=src/main/resources