Project

General

Profile

1
# Properties file defining options for the MetaCatServlet.java servlet
2
#
3
# Matt Jones, Dan Higgins, Jivka Bojilova
4
# '$Id: metacat.properties 9515 2016-02-03 22:04:32Z tao $'
5
#
6

    
7
######## Configuration utility section  ################
8

    
9
configutil.propertiesConfigured=false
10
configutil.authConfigured=false
11
configutil.skinsConfigured=true
12
configutil.databaseConfigured=false
13
configutil.geoserverConfigured=false
14
configutil.dataoneConfigured=false
15
configutil.ezidConfigured=bypassed
16

    
17
############### Server Values #################
18

    
19
server.name=localhost
20
server.httpPort=80
21
server.httpSSLPort=443
22

    
23
############### Application Values ############
24

    
25
## one of the few places where we use ANT tokens
26
application.metacatVersion=2.6.0
27
application.metacatReleaseInfo=-1
28
application.readOnlyMode=false 
29

    
30
application.deployDir=
31
## This is autodiscovered and populated by the config utility
32
application.context=
33
application.default-style=default
34
application.knbSiteURL=http://knb.ecoinformatics.org
35
application.backupDir=
36
application.datafilepath=/var/metacat/data
37
application.inlinedatafilepath=/var/metacat/inline-data
38
application.documentfilepath=/var/metacat/documents
39
application.expandedArchivePath=/var/metacat/expanded-archives
40
application.tempDir=/var/metacat/temporary
41
# the location of cgi scripts relative to the metacat context directory
42
application.cgiDir=/cgi-bin
43
#used for writing debug info into a anouther out file
44
application.writeDebugToFile=true
45
#output file name where debug info will written
46
# TODO SCW: these should be using the temp-dir property for their paths (change in code)
47
application.debugOutputFile=/tmp/metacat.debug
48
#delimitered text output file name where debug info will be written
49
application.delimiteredOutputFile=/tmp/metacat.debug.delimitered
50

    
51
############### Database Values ###############
52

    
53
database.connectionURI=jdbc:postgresql://localhost/metacat
54
database.user=
55
database.password=
56
database.type=
57
database.driver=
58
database.adapter=
59
database.scriptsuffix.postgres=postgres.sql
60
database.scriptsuffix.oracle=oracle.sql
61
database.scriptsuffix.sqlserver=sqlserver.sql
62
database.upgradeVersion.0.0.0=xmltables,loaddtdschema
63
database.upgradeVersion.1.2.0=upgrade-db-to-1.2
64
database.upgradeVersion.1.3.0=upgrade-db-to-1.3
65
database.upgradeVersion.1.4.0=upgrade-db-to-1.4
66
database.upgradeVersion.1.5.0=upgrade-db-to-1.5
67
database.upgradeVersion.1.6.0=upgrade-db-to-1.6
68
database.upgradeVersion.1.7.0=upgrade-db-to-1.7
69
database.upgradeVersion.1.8.0=upgrade-db-to-1.8
70
database.upgradeVersion.1.9.0=upgrade-db-to-1.9
71
database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1
72
database.upgradeVersion.1.9.2=upgrade-db-to-1.9.2
73
database.upgradeVersion.1.9.3=upgrade-db-to-1.9.3
74
database.upgradeVersion.1.9.4=upgrade-db-to-1.9.4
75
database.upgradeVersion.1.9.5=upgrade-db-to-1.9.5
76
database.upgradeVersion.2.0.0=upgrade-db-to-2.0.0
77
database.upgradeVersion.2.0.1=upgrade-db-to-2.0.1
78
database.upgradeVersion.2.0.2=upgrade-db-to-2.0.2
79
database.upgradeVersion.2.0.3=upgrade-db-to-2.0.3
80
database.upgradeVersion.2.0.4=upgrade-db-to-2.0.4
81
database.upgradeVersion.2.0.5=upgrade-db-to-2.0.5
82
database.upgradeVersion.2.0.6=upgrade-db-to-2.0.6
83
database.upgradeVersion.2.0.7=upgrade-db-to-2.0.7
84
database.upgradeVersion.2.0.8=upgrade-db-to-2.0.8
85
database.upgradeVersion.2.1.0=upgrade-db-to-2.1.0
86
database.upgradeVersion.2.1.1=upgrade-db-to-2.1.1
87
database.upgradeVersion.2.2.0=upgrade-db-to-2.2.0
88
database.upgradeVersion.2.2.1=upgrade-db-to-2.2.1
89
database.upgradeVersion.2.3.0=upgrade-db-to-2.3.0
90
database.upgradeVersion.2.3.1=upgrade-db-to-2.3.1
91
database.upgradeVersion.2.4.0=upgrade-db-to-2.4.0
92
database.upgradeVersion.2.4.1=upgrade-db-to-2.4.1
93
database.upgradeVersion.2.4.2=upgrade-db-to-2.4.2
94
database.upgradeVersion.2.4.3=upgrade-db-to-2.4.3
95
database.upgradeVersion.2.5.0=upgrade-db-to-2.5.0
96
database.upgradeVersion.2.5.1=upgrade-db-to-2.5.1
97
database.upgradeVersion.2.6.0=upgrade-db-to-2.6.0
98
## for running java-based utilities
99
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0
100
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0
101
database.upgradeUtility.2.3.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_3_0
102
database.upgradeUtility.2.4.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_4_0
103
database.upgradeUtility.2.4.2=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_4_2
104
database.upgradeUtility.2.5.1=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_5_1
105
database.initialConnections=5
106
database.incrementConnections=5
107
# be sure to increase SQL connection limits accordingly:
108
database.maximumConnections=200
109
database.maximumConnectionAge=120000
110
database.maximumConnectionTime=60000
111
database.maximumUsageNumber=100
112
database.connectionCountWarnLimit=15
113
database.numberOfIndexingThreads=5
114
database.indexingTimerTaskTime=604800000
115
database.indexingInitialDelay=3600000
116
database.maximumIndexDelay=5000
117
database.runDBConnectionRecycleThread=off
118
database.cycleTimeOfDBConnection=30000
119
database.queryignoredparams=enableediting,foo
120
database.usexmlindex=true
121
# used for the setting the size of resultset for applications like morpho
122
database.appResultsetSize=7000
123
# used for the setting the size of resultset for searches done using browsers
124
database.webResultsetSize=7000
125
# the value of xml_returnfield.usage_count should be more than this value
126
# for records to be entered into xml_queryresult. so if you want results for
127
# any combination of returnfields to be stored in xml_queryresult only when
128
# that combination has been requested 50 times, set this value to 50
129
database.xmlReturnfieldCount=0
130
# used for the setting the size of queryresult_string in queryresult table.
131
# the limit is 4000 for oracle
132
database.queryresultStringLength=500000
133
#the size of query result cache
134
database.queryresultCacheSize=500
135
#turn on or off the query result cache
136
database.queryCacheOn=true
137
#the time in milliseconds that an squery can run before metacat logs a warning
138
database.queryTimeWarnLimit=30000
139
#the time in milliseconds that an squery can run before metacat logs a warning
140
database.squeryTimeWarnLimit=30000
141

    
142

    
143
######## DB Query section              #######################################
144
dbquery.enabledEngines=pathquery;solr
145
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
146
dbquery.transformTimeWarnLimit=60000
147
#the time in milliseconds to get a document list before metacat logs a warning
148
dbquery.findDocListTimeWarnLimit=60000
149
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
150
dbquery.findQueryResultsTimeWarnLimit=60000
151
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
152
dbquery.extendedQueryRunTimeWarnLimit=60000
153
#the time in milliseconds to store return fields before metacat logs a warning
154
dbquery.storeReturnFieldTimeWarnLimit=60000
155
#the time in milliseconds to totally process return fields before metacat logs a warning
156
dbquery.totalReturnFieldTimeWarnLimit=120000
157

    
158
######## Datamanager section              #######################################
159
datamanager.adapter=PostgresAdapter
160
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
161
datamanager.server=localhost
162
datamanager.database=datamanager
163
datamanager.user=datamanager
164
datamanager.password=datamanager
165
datamanager.maxconnections=10
166

    
167
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/metacat/services/QueryService
168
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticatedQueryService
169
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticationService
170
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/metacat/services/PutService
171
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/metacat/services/IdentificationService
172
#datamanager.srb.endpoint=
173
#datamanager.srb.machinename=
174

    
175
######## Plugin section              #######################################
176
plugin.handlers=
177

    
178
######## Authentication  ##############################################
179

    
180
auth.class=edu.ucsb.nceas.metacat.authentication.AuthFile
181
#auth.class=edu.ucsb.nceas.metacat.AuthLdap
182
# Use AuthStub to test and guarantee authentication
183
#auth.class=edu.ucsb.nceas.metacat.AuthStub
184
#auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
185
auth.administrators=
186
auth.userManagementUrl=
187
auth.allowedSubmitters=
188
auth.deniedSubmitters=
189
auth.moderators=
190
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org
191
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org:cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
192
auth.defaultUserManagementPage=/style/common/default-user-management.jsp
193
#####File-based Authentication######
194
auth.file.path=/var/metacat/users/password.xml
195
auth.file.hashClassName=edu.ucsb.nceas.metacat.authentication.AuthFileBCryptHash
196
######LDAP-based Authentication#############
197
auth.timeoutMinutes=180
198
auth.url=ldap://ldap.ecoinformatics.org:389/
199
auth.surl=ldap://ldap.ecoinformatics.org:389/
200
auth.base=dc=ecoinformatics,dc=org
201
# time in milliseconds allowed for ldap server connections
202
ldap.connectTimeLimit=5000
203
# time in milliseconds allowed for ldap server searches
204
ldap.searchTimeLimit=30000
205
# count of return entries allowed for ldap server searches
206
ldap.searchCountLimit=30000
207
ldap.referral=follow
208
ldap.onlySecureConnection=false
209
ldap.onlySecureReferalsConnection=false
210
ldap.server.ca.certificate=
211
ldap.nextuid.storing.dn=cn=uidNext,dc=ecoinformatics,dc=org
212
ldap.nextuid.storing.attributename=description
213
ldap.nextuid.maxattempt=300
214
ldap.recaptcha.publickey=yourPublicKey
215
ldap.recaptcha.privatekey=yourPrivateKey
216

    
217
# LDAP templates 
218
ldap.templates.stage=initregister
219
ldap.templates.header=genericHeader.tmpl
220
ldap.templates.footer=genericFooter.tmpl
221
ldap.templates.changePass=ldapChangePass.tmpl
222
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
223
ldap.templates.resetPass=ldapResetPass.tmpl
224
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
225
ldap.templates.register=ldapRegister.tmpl
226
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
227
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
228
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
229
ldap.templates.verificationSuccess=ldapVerificationSuccess.tmpl
230
ldap.templates.verificationFailed=ldapVerificationFailed.tmpl
231
ldap.templates.registerLter=ldapRegisterLter.tmpl
232
ldap.templates.success=ldapRegisterSuccess.tmpl
233
ldap.templates.failed=ldapRegisterFailed.tmpl
234
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
235
ldap.templates.searchResults=searchResults.tmpl
236
ldap.templates.lookupName=ldapLookupName.tmpl
237
ldap.templates.lookupNameSuccess=ldapLookupNameSuccess.tmpl
238
#The property defines a default value which controls the list of organization names showing in the account registration, 
239
#password reset and change password templates for all skins.
240
#The value of the property will be overwritten if a skin properties file defines the property as well.
241
#The value of the property should be defined in the organization.name.VALUE=something in the organization part.
242
#Multiple values will be separated by ";".
243
ldap.templates.organizationList=unaffiliated
244

    
245
############### Session Values ###############
246
session.timeoutMinutes=360
247

    
248
############### Organization Values ###############
249
organization.configured.NCEAS=false
250
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
251
organization.label.NCEAS=NCEAS
252
organization.password.NCEAS=
253
organization.expiration.NCEAS=36
254
organization.configured.OBFS=false
255
organization.name.OBFS=Organization of Biological Field Stations
256
organization.configured.OSUSB=false
257
organization.name.OSUSB=
258
organization.configured.UCNRS=false
259
organization.name.UCNRS=University of California Natural Reserve System
260
organization.base.UCNRS=ou=people,o=ucnrs.org
261
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
262
organization.password.UCNRS=
263
organization.configured.KU=false
264
organization.name.KU=
265
organization.configured.LTER=false
266
organization.name.LTER=
267
organization.configured.UVM=false
268
organization.name.UVM=
269
organization.configured.SDSC=false
270
organization.name.SDSC=
271
organization.configured.MSU=false
272
organization.name.MSU=
273
organization.configured.NAPIER=false
274
organization.name.NAPIER=
275
organization.configured.SANPARKS=false
276
organization.name.SANPARKS=Kruger National Park
277
organization.org.SANPARKS=o=SANPARKS
278
organization.configured.SAEON=false
279
organization.name.SAEON=South African Environmental Observation Network Repository
280
organization.org.SAEON=o=SAEON
281

    
282
organization.name.unaffiliated=unaffiliated
283
organization.base.unaffiliated=dc=ecoinformatics,dc=org
284
organization.org.unaffiliated=o=unaffiliated
285
organization.user.unaffiliated=cn=Manager
286
organization.password.unaffiliated=
287
organization.expiration.unaffiliated=36
288
organization.label.unaffiliated=KNB/AOOS
289

    
290

    
291
organization.name.Account=Account
292
organization.base.Account=dc=ecoinformatics,dc=org
293
organization.org.Account=ou=Account
294
organization.user.Account=cn=Manager
295
organization.password.Account=
296
organization.expiration.Account=36
297
organization.label.Account=NCEAS/DataONE/Kepler
298

    
299
######## XML / EML  #########################################
300

    
301
xml.saxparser=org.apache.xerces.parsers.SAXParser
302
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
303
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
304
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
305
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1
306
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
307
xml.useFullSchemaValidation=true
308
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
309
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
310
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
311
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
312
xml.packagedoctypeset=BIN,-//ecoinformatics.org//eml-access-2.0.0beta6//EN,-//ecoinformatics.org//eml-access-2.0.0beta4//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN,-//ecoinformatics.org//eml-entity-2.0.0beta6//EN,-//ecoinformatics.org//eml-entity-2.0.0beta4//EN,-//ecoinformatics.org//eml-literature-2.0.0beta6//EN,-//ecoinformatics.org//eml-literature-2.0.0beta4//EN,-//ecoinformatics.org//eml-physical-2.0.0beta6//EN,-//ecoinformatics.org//eml-physical-2.0.0beta4//EN,-//ecoinformatics.org//eml-project-2.0.0beta6//EN,-//ecoinformatics.org//eml-project-2.0.0beta4//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN,-//ecoinformatics.org//eml-software-2.0.0beta6//EN,-//ecoinformatics.org//eml-software-2.0.0beta4//EN
313
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0,eml://ecoinformatics.org/eml-2.1.1,http://www.kepler-project.org/kar-2.0.0,http://www.kepler-project.org/kar-2.1.0
314
xml.indexPaths=                            \
315
	@packageId,                            \
316
	/reviewHistory/review/packageId,       \
317
	abstract,                              \
318
	abstract/value,                        \
319
	abstract/para,                         \
320
	abstract/para/value,                   \
321
	access/allow/principal,                \
322
	additionalMetadata/metadata/spatialResolution/value,	\
323
	additionalMetadata/metadata/spatialResolution/units,	\
324
	additionalMetadata/moderatorComment,   \
325
	associatedParty/individualName/surName,                           \
326
	associatedParty/organizationName,                                 \
327
	coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName,   \
328
	coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName,     \
329
	coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName,           \
330
	coverage/temporalCoverage/rangeOfDates/beginDate/calendarDate,   \
331
	coverage/temporalCoverage/rangeOfDates/endDate/calendarDate,     \
332
	coverage/temporalCoverage/singleDateTime/calendarDate,           \	
333
	coverage/temporalCoverage/rangeOfDates/beginDate/time,   \
334
	coverage/temporalCoverage/rangeOfDates/endDate/time,     \
335
	coverage/temporalCoverage/singleDateTime/time,           \		
336
	creator/individualName/surName,        \
337
	creator/individualName/givenName,      \
338
	creator/organizationName,              \
339
	dataset/access/allow/principal,        \
340
	dataset/dataTable/physical/distribution/online/url,               \
341
	dataset/dataTable/physical/distribution/online/url/@function,     \
342
	dataset/spatialRaster/physical/distribution/online/url,           \
343
	dataset/spatialRaster/physical/distribution/online/url/@function, \
344
	dataset/otherEntity/physical/distribution/online/url,           \
345
	dataset/otherEntity/physical/distribution/online/url/@function, \
346
	physical/encodingMethod, \
347
	dataset/title,                         \
348
	dataset/title/value,                   \
349
	eastBoundingCoordinate,                \
350
	eastbc,                                \
351
	EcogridRegEntry/description,           \
352
	EcogridRegEntry/endPoint,              \
353
	EcogridRegEntry/serviceName,           \
354
	entityName,                            \
355
	geographicCoverage/boundingCoordinates/eastBoundingCoordinate,    \
356
	geographicCoverage/boundingCoordinates/northBoundingCoordinate,   \
357
	geographicCoverage/boundingCoordinates/southBoundingCoordinate,   \
358
	geographicCoverage/boundingCoordinates/westBoundingCoordinate,    \
359
	geographicDescription,                 \
360
	givenName,                             \
361
	idinfo/citation/citeinfo/title,        \
362
	idinfo/citation/citeinfo/origin,       \
363
	idinfo/keywords/theme/themekey,        \
364
	individualName/surName,                \
365
	keyword,                               \
366
	karEntry/karEntryAttributes/type,      \
367
	karEntry/karEntryXML/property/property/@name,           \
368
	karEntry/karEntryXML/property/property/@value,          \
369
	karEntry/karEntryXML/property/property/property/@name,  \
370
	karEntry/karEntryXML/property/property/property/@value, \
371
	karFileName,                           \
372
	karFileSize,                           \
373
	keyword/value,                         \
374
	literalLayout,                         \
375
	mainAttributes/lsid,                   \
376
	northbc,                               \
377
	northBoundingCoordinate,               \
378
	organizationName,                      \
379
	originator/individualName/surName,     \
380
	originator/individualName/givenName,   \
381
	originator/organizationName,           \
382
	para,                                  \
383
	placekey,                              \
384
	southBoundingCoordinate,               \
385
	southbc,                               \
386
	surName,                               \
387
	taxonomicClassification/taxonRankName,          \
388
	taxonomicClassification/taxonRankValue,         \
389
	taxonRankValue,                        \
390
	title,                                 \
391
	westBoundingCoordinate,                \
392
	westbc
393

    
394
######## Outgoing email  #########################################
395

    
396
email.mailhost=localhost
397
email.sender=knb-software@nceas.ucsb.edu
398
email.admin=KNB Support
399
email.recipient=knb-software@nceas.ucsb.edu
400

    
401
######## Replication properties  #########################################
402

    
403
replication.logdir=
404
## deltaT=60
405
## debuglevel=55
406
replication.datafileflag=datafile
407
## TODO MCD this seems to be used in other placed besides replication
408
replication.datafilesizelimit=1000
409
replication.defaultcontenttype=application/octet-stream
410
replication.timedreplication=false
411
replication.firsttimedreplication=10:00 PM
412
replication.timedreplicationinterval=172800000
413
replication.forcereplicationwaitingtime=30000
414
replication.client.timeout=60000
415
# certificate-based replication configuration
416
replication.certificate.file=/etc/dataone/client/certs/METACAT1.pem
417
replication.privatekey.file=/etc/dataone/client/certs/METACAT1.pem
418
replication.privatekey.password=
419

    
420

    
421
######## Skins  #########################################
422

    
423
skin.names=default,metacatui,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,dataone
424

    
425
############# UI Section ###########################################
426
ui.context=metacatui
427

    
428
######## Document Section  #########################################
429

    
430
#The flag to indicate if invalidated eml 201 documents were corrected.
431
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
432
#schema, which accidentily points to wrong version of eml-resource.xsd.
433
#If this value is false, metacat will run a class to correct eml201 doucment.
434
document.eml201DocumentCorrected=true
435
document.sitecode=nceas
436
document.accNumSeparator=.
437
document.accNumPrefix=autogen
438

    
439
######## Harvester section            #########################################
440

    
441
harvester.connectToMetacat=true
442
harvester.delay=0
443
harvester.administrator=name@institution.edu
444
harvester.logPeriod=90
445
harvester.maxHarvests=0
446
harvester.period=24
447
harvester.smtpServer=localhost
448
harvester.GetDocError=Error getting EML document from site,Error
449
harvester.GetDocSuccess=Success getting EML document from site,Debug
450
harvester.GetHarvestListError=Error getting harvest list from site,Error
451
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
452
harvester.HarvesterStartup=Harvester start up,Info
453
harvester.HarvesterShutdown=Harvester shut down,Info
454
harvester.InsertDocError=Error inserting EML document to Metacat,Error
455
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
456
harvester.MetacatHasDoc=Metacat already has this EML document,Info
457
harvester.UpdateDocError=Error updating EML document to Metacat,Error
458
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
459
harvester.ValidateDocError=Error validating EML docoument,Error
460
harvester.ValidateDocSuccess=Success validating EML document,Debug
461
harvester.ValidateHarvestListError=Error validating harvest list,Error
462
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
463

    
464
######## OAI-PMH section              #######################################
465

    
466
oaipmh.maxListSize=5
467
oaipmh.repositoryIdentifier=localhost:8080
468
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
469
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
470
# Duration of resumption tokens
471
AbstractCatalog.secondsToLive=3600
472
# Choose one of the following two
473
AbstractCatalog.granularity=YYYY-MM-DD
474
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
475
# Custom Identify response values
476
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
477
Identify.adminEmail=mailto:admin@localhost
478
Identify.earliestDatestamp=2000-01-01T00:00:00Z
479
Identify.deletedRecord=no
480
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
481
#Identify.description.1=<description><oai-identifier xmlns\="http\://www.openarchives.org/OAI/2.0/oai-identifier" xmlns\:xsi\="http\://www.w3.org/2001/XMLSchema-instance" xsi\:schemaLocation\="http\://www.openarchives.org/OAI/2.0/oai-identifier http\://www.openarchives.org/OAI/2.0/oai-identifier.xsd"><scheme>oai</scheme><repositoryIdentifier>metacat.lternet.edu</repositoryIdentifier><delimiter>\:</delimiter><sampleIdentifier>http\://metacat.lternet.edu/metacat/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
482
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
483
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
484
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
485
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
486
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
487

    
488
######## Spatial section              #########################################
489

    
490
spatial.runSpatialOption=true
491
spatial.regenerateCacheOnRestart=true
492
# Comma-seperated list of schemas containing spatial bounding boxes
493
# name corresponds to the docname stored in xml_documents table
494
spatial.spatialDocnameList=eml,fgdc,metadata
495
# XML paths to the four bounding coordinates
496
# These paths must be included in your indexPaths variable in build.properties
497
# Note the naming convention:
498
#   {docname}_{direction}BoundingCoordinatePath=.....
499
# Has not been tested with other schemas besides EML
500
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
501
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
502
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
503
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
504
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
505
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
506
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
507
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
508
spatial.metadata_westBoundingCoordinatePath=westbc
509
spatial.metadata_eastBoundingCoordinatePath=eastbc
510
spatial.metadata_southBoundingCoordinatePath=southbc
511
spatial.metadata_northBoundingCoordinatePath=northbc
512
spatial.docTitle=dataset/title
513

    
514
######## Geoserver section              #######################################
515

    
516
geoserver.username=admin
517
geoserver.password=geoserver
518
geoserver.context=geoserver
519
geoserver.GEOSERVER_DATA_DIR=
520

    
521

    
522
######## workflowScheduler section              #######################################
523

    
524
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
525
workflowScheduler.authorizationPath=/services/AuthorizationService
526
workflowScheduler.authenticationPath=/services/AuthenticationService
527
workflowScheduler.queryPath=/services/QueryService
528

    
529
######## SiteMap section              #########################################
530

    
531
# relative directory path in which sitemap files should be written
532
## sitemapDirectory=@install-dir@/sitemaps
533

    
534
# Interval (in milliseconds) between rebuilding the sitemap
535
sitemap.interval=86400000
536
sitemap.excludedata=false
537

    
538
######## Workflow engine section              #########################################
539
executionEngine.workflowRunEngineName=localWorkflowEngine
540
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
541
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
542
######## junit test section  ################
543

    
544
test.printdebug=true
545
test.metacatUrl=http://localhost:8080/metacat/metacat
546
test.contextUrl=http://localhost:8080/metacat
547
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
548
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/metacat
549
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
550
test.mcPassword=kepler
551
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
552
test.mcAnotherPassword=test
553
test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org
554
test.referralPassword=testreferral
555
test.lterUser=uid=knbuser,o=LTER,dc=ecoinformatics,dc=org
556
test.lterPassword=b1gf1$h
557
test.piscoUser=uid=piscotest,o=PISCO,dc=ecoinformatics,dc=org
558
test.piscoPassword=testPW
559
test.testProperty=testing
560
test.replication.targetServer=fred.msi.ucsb.edu/metacat
561

    
562
######## Developers Section #########################################
563

    
564
# Set dev.runConfiguration to false to keep the system from walking you 
565
# through the configuration utility every time you reinstall metacat.  
566
# Instead,  the system will use backed up configuration values.  If you 
567
# haven't ever configured the app (no backup files) the system will take 
568
# you through the configuration.
569
dev.runConfiguration=true
570

    
571

    
572
############# DataONE Section #######################################
573
D1Client.CN_URL=https://cn.dataone.org/cn
574
# Configure the Member Node client certificate location
575
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem
576
# Client resources
577
D1Client.resourcesDir=/var/metacat/dataone
578
# Member Node configuration
579
dataone.nodeId=urn:node:METACAT_TEST
580
dataone.subject=CN=urn:node:METACAT1,DC=dataone,DC=org
581
dataone.contactSubject=CN=Scientist 1234,DC=dataone,DC=org
582
dataone.nodeName=My Metacat Node
583
dataone.nodeType=mn
584
dataone.nodeDescription=Describe your Member Node briefly.
585
dataone.nodeSynchronize=false
586
dataone.nodeReplicate=false
587
dataone.serviceName=d1
588

    
589
# the synchronization schedule
590
dataone.nodeSynchronization.schedule.year=*
591
dataone.nodeSynchronization.schedule.mon=*
592
dataone.nodeSynchronization.schedule.mday=*
593
dataone.nodeSynchronization.schedule.wday=?
594
dataone.nodeSynchronization.schedule.hour=*
595
dataone.nodeSynchronization.schedule.min=0/3
596
dataone.nodeSynchronization.schedule.sec=10
597

    
598
# The default replication policy
599
dataone.replicationpolicy.default.numreplicas=0
600
dataone.replicationpolicy.default.preferredNodeList=
601
dataone.replicationpolicy.default.blockedNodeList=
602

    
603
# Default checksum algorithm
604
dataone.checksumAlgorithm.default=MD5
605

    
606
# Default file upload size for create() and update (in bytes, or -1 for no limit)
607
# Note that this is parsed as an int value, so must be < 2^31-1
608
dataone.max_upload_size=1000000000
609

    
610
# overall services (TODO: mn vs. cn?)
611
dataone.mn.services.enabled=true
612
dataone.mn.registration.submitted=false
613

    
614
# state which versions of each MN tier service are availalble
615
dataone.mnCore.serviceAvailable=true;true
616
dataone.mnCore.serviceVersion=v1;v2
617
dataone.mnRead.serviceAvailable=true;true                                                                                                                                                                                                                                                             
618
dataone.mnRead.serviceVersion=v1;v2
619
dataone.mnAuthorization.serviceAvailable=true;true
620
dataone.mnAuthorization.serviceVersion=v1;v2
621
dataone.mnStorage.serviceAvailable=true;true
622
dataone.mnStorage.serviceVersion=v1;v2
623
dataone.mnReplication.serviceAvailable=true;true
624
dataone.mnReplication.serviceVersion=v1;v2
625

    
626
# The DataONE storage cluster configuration for Hazelcast
627
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml
628
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
629
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
630
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
631
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids
632

    
633
# Parameters for connecting to the DataONE process cluster as a Hazelcast client
634
dataone.hazelcast.processCluster.groupName=dev
635
dataone.hazelcast.processCluster.password=dataone
636
dataone.hazelcast.processCluster.instances=127.0.0.1
637
dataone.hazelcast.processCluster.nodesMap=hzNodes
638

    
639
# DataONE types XSLT
640
dataone.types.xsl.v1=/cn/xslt/dataone.types.v1.xsl
641
dataone.types.xsl.v2=/cn/xslt/dataone.types.v2.xsl
642

    
643

    
644
# DataONE configuration settings
645
dataone.ore.downloaddata=false
646
dataone.ore.generated=false
647
dataone.systemmetadata.generated=false
648

    
649
############# Global Identifiers Assignment Section ######################
650
guid.assignGUIDs=false
651
guid.ezid.enabled=false
652
guid.ezid.username=apitest
653
guid.ezid.password=
654
guid.ezid.baseurl=https://ezid.cdlib.org/
655
#guid.ezid.baseurl=https://n2t.net/ezid/
656
# optional path for target. do not include hostname here. <IDENTIFIER> is replaced with real value
657
guid.ezid.uritemplate.metadata=/metacatui/#view/<IDENTIFIER>
658
#guid.ezid.uritemplate.data=
659
guid.ezid.doishoulder.1=doi:10.5072/FK2
660
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
661
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
662
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
663

    
664
############# Index Section ###########################################
665
#The md5 hash numbers for the schema.xml in previous releases. It should be sperator by ';' if it has multiple values.
666
index.schema.previous.hash=714457a3cdd05e034e5df46589b3bfa9;ba7dc67bbf749b02e03d7b7cc6a31def;ebf5b20f9cd18d31c3a6057749ba9397;fb1f63a36f2c742f1ba144d559c37075;2acacecbb55721806b7e92d7a115c35a;3418ed9d10bbc70f1e8020233d954f83
667
#The md5 hash number for the schema.xml in this release
668
index.schema.current.hash=3418ed9d10bbc70f1e8020233d954f83
669
index.context=metacat-index
670
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;http://www.openarchives.org/ore/terms
671
#The process to regenerate the index when the metacat-index web app starts needs the readiness of the metacat.
672
#The index.regenerate.start.waitingtime (in milliseconds) and index.regenerate.start.maxattempts are used to control the waiting time. 
673
index.regenerate.start.waitingtime=10000
674
index.regenerate.start.maxattempts=600
675
#An interval to run the thread to regenerate solr index which failed before.
676
#If the inerval is less than 0, the thread would not run.
677
index.regenerate.interval=43200000
678
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.HazelcastIndexEventLog
679
index.hazelcast.indexqueue=hzIndexQueue
680
index.hazelcast.indexeventmap=hzIndexEventMap
681
index.tdb.directory=/var/metacat/tdb
682

    
683
############# Annotator Section ###########################################
684
annotator.sharedSecret=710f4e8c-25ee-4fb0-88ae-ae98a9edd0ad
685
annotator.consumerKey=f780f3e398cf45cbb4e84ed9ec91622a
686
annotator.store.url=http://annotateit.org/api/search
687

    
688
############# SOLR Search Section ###########################################
689
#Embedded (default):
690
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
691
solr.homeDir=/var/metacat/solr-home
692
solr.configFileName=solr.xml
693
solr.collectionName=collection1
694
  
695
#HTTP:
696
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
697
#solr.endpoint=http://localhost:8080/solr/
698
#sorl.schema.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml
699
#solr.config.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=solrconfig.xml
700
#solr.systeminfo.urlappendix=/admin/system
701
#Solr-home for the http solr server is used to store some files. It can be not really solr home.
702
#solr.homeDir=/var/metacat/solr-home
703

    
(10-10/21)