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 9472 2015-12-23 21:31:46Z 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

    
16
############### Server Values #################
17

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

    
22
############### Application Values ############
23

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

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

    
50
############### Database Values ###############
51

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

    
141

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

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

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

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

    
177
######## Authentication  ##############################################
178

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

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

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

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

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

    
289

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

    
298
######## XML / EML  #########################################
299

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

    
393
######## Outgoing email  #########################################
394

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

    
400
######## Replication properties  #########################################
401

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

    
419

    
420
######## Skins  #########################################
421

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

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

    
427
######## Document Section  #########################################
428

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

    
438
######## Harvester section            #########################################
439

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

    
463
######## OAI-PMH section              #######################################
464

    
465
oaipmh.maxListSize=5
466
oaipmh.repositoryIdentifier=localhost:8080
467
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
468
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
469
# Duration of resumption tokens
470
AbstractCatalog.secondsToLive=3600
471
# Choose one of the following two
472
AbstractCatalog.granularity=YYYY-MM-DD
473
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
474
# Custom Identify response values
475
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
476
Identify.adminEmail=mailto:admin@localhost
477
Identify.earliestDatestamp=2000-01-01T00:00:00Z
478
Identify.deletedRecord=no
479
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
480
#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>
481
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
482
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
483
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
484
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
485
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
486

    
487
######## Spatial section              #########################################
488

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

    
513
######## Geoserver section              #######################################
514

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

    
520

    
521
######## workflowScheduler section              #######################################
522

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

    
528
######## SiteMap section              #########################################
529

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

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

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

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

    
561
######## Developers Section #########################################
562

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

    
570

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

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

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

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

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

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

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

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

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

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

    
642

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

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

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

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

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

    
(10-10/21)