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 5517 2010-08-26 21:43:49Z leinfelder $'
5
#
6

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

    
9
configutil.propertiesConfigured=false
10
configutil.authConfigured=false
11
configutil.skinsConfigured=false
12
configutil.databaseConfigured=false
13
configutil.geoserverConfigured=false
14

    
15
############### Server Values #################
16

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

    
21
############### Application Values ############
22

    
23
## one of the few places where we use ANT tokens
24
application.metacatVersion=@metacatVersion@
25
application.metacatReleaseInfo=@metacatReleaseInfo@
26

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

    
48
############### Database Values ###############
49

    
50
database.connectionURI=jdbc:postgresql://localhost/metacat
51
database.user=
52
database.password=
53
database.type=
54
database.driver=
55
database.adapter=
56
database.scriptsuffix.postgres=postgres.sql
57
database.scriptsuffix.oracle=oracle.sql
58
database.scriptsuffix.sqlserver=sqlserver.sql
59
database.upgradeVersion.0.0.0=xmltables,loaddtdschema
60
database.upgradeVersion.1.2.0=upgrade-db-to-1.2
61
database.upgradeVersion.1.3.0=upgrade-db-to-1.3
62
database.upgradeVersion.1.4.0=upgrade-db-to-1.4
63
database.upgradeVersion.1.5.0=upgrade-db-to-1.5
64
database.upgradeVersion.1.6.0=upgrade-db-to-1.6
65
database.upgradeVersion.1.7.0=upgrade-db-to-1.7
66
database.upgradeVersion.1.8.0=upgrade-db-to-1.8
67
database.upgradeVersion.1.9.0=upgrade-db-to-1.9
68
database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1
69
database.upgradeVersion.1.9.2=upgrade-db-to-1.9.2
70
database.upgradeVersion.1.9.3=upgrade-db-to-1.9.3
71
database.upgradeVersion.1.10.0=upgrade-db-to-1.10.0
72
database.initialConnections=5
73
database.incrementConnections=5
74
database.maximumConnections=200
75
database.maximumConnectionAge=120000
76
database.maximumConnectionTime=60000
77
database.maximumUsageNumber=100
78
database.connectionCountWarnLimit=15
79
database.numberOfIndexingThreads=5
80
database.indexingTimerTaskTime=604800000
81
database.indexingInitialDelay=3600000
82
database.maximumIndexDelay=5000
83
database.runDBConnectionRecycleThread=off
84
database.cycleTimeOfDBConnection=30000
85
database.queryignoredparams=enableediting,foo
86
database.usexmlindex=true
87
# used for the setting the size of resultset for applications like morpho
88
database.appResultsetSize=7000
89
# used for the setting the size of resultset for searches done using browsers
90
database.webResultsetSize=7000
91
# the value of xml_returnfield.usage_count should be more than this value
92
# for records to be entered into xml_queryresult. so if you want results for
93
# any combination of returnfields to be stored in xml_queryresult only when
94
# that combination has been requested 50 times, set this value to 50
95
database.xmlReturnfieldCount=0
96
# used for the setting the size of queryresult_string in queryresult table.
97
# the limit is 4000 for oracle
98
database.queryresultStringLength=500000
99
#the size of query result cache
100
database.queryresultCacheSize=500
101
#turn on or off the query result cache
102
database.queryCacheOn=true
103
#the time in milliseconds that an squery can run before metacat logs a warning
104
database.queryTimeWarnLimit=30000
105
#the time in milliseconds that an squery can run before metacat logs a warning
106
database.squeryTimeWarnLimit=30000
107

    
108

    
109
######## DB Query section              #######################################
110
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
111
dbquery.transformTimeWarnLimit=60000
112
#the time in milliseconds to get a document list before metacat logs a warning
113
dbquery.findDocListTimeWarnLimit=60000
114
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
115
dbquery.findQueryResultsTimeWarnLimit=60000
116
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
117
dbquery.extendedQueryRunTimeWarnLimit=60000
118
#the time in milliseconds to store return fields before metacat logs a warning
119
dbquery.storeReturnFieldTimeWarnLimit=60000
120
#the time in milliseconds to totally process return fields before metacat logs a warning
121
dbquery.totalReturnFieldTimeWarnLimit=120000
122

    
123
######## Datamanager section              #######################################
124
datamanager.adapter=PostgresAdapter
125
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
126
datamanager.server=localhost
127
datamanager.database=datamanager
128
datamanager.user=datamanager
129
datamanager.password=datamanager
130
datamanager.maxconnections=10
131

    
132
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService
133
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService
134
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService
135
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService
136
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService
137
#datamanager.srb.endpoint=
138
#datamanager.srb.machinename=
139

    
140
######## Authentication and LDAP ##############################################
141

    
142
auth.class=edu.ucsb.nceas.metacat.AuthLdap
143
# Use AuthStub to test and guarantee authentication
144
## auth.class=edu.ucsb.nceas.metacat.AuthStub
145
auth.timeoutMinutes=180
146
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
147
auth.administrators=
148
auth.url=ldap://ldap.ecoinformatics.org:389/
149
auth.surl=ldap://ldap.ecoinformatics.org:389/
150
auth.base=dc=ecoinformatics,dc=org
151
auth.allowedSubmitters=
152
auth.deniedSubmitters=
153
auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org
154
#auth.moderators=cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
155

    
156
# time in milliseconds allowed for ldap server connections
157
ldap.connectTimeLimit=5000
158
# time in milliseconds allowed for ldap server searches
159
ldap.searchTimeLimit=30000
160
# count of return entries allowed for ldap server searches
161
ldap.searchCountLimit=30000
162
ldap.referral=follow
163
ldap.onlySecureConnection=false
164
ldap.onlySecureReferalsConnection=false
165
# LDAP templates 
166
ldap.templates.stage=initregister
167
ldap.templates.header=genericHeader.tmpl
168
ldap.templates.footer=genericFooter.tmpl
169
ldap.templates.changePass=ldapChangePass.tmpl
170
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
171
ldap.templates.resetPass=ldapResetPass.tmpl
172
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
173
ldap.templates.register=ldapRegister.tmpl
174
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
175
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
176
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
177
ldap.templates.registerLter=ldapRegisterLter.tmpl
178
ldap.templates.success=ldapRegisterSuccess.tmpl
179
ldap.templates.failed=ldapRegisterFailed.tmpl
180
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
181
ldap.templates.searchResults=searchResults.tmpl
182

    
183
############### Session Values ###############
184
session.timeoutMinutes=360
185

    
186
############### Organization Values ###############
187
organization.configured.NCEAS=false
188
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
189
organization.configured.OBFS=false
190
organization.name.OBFS=Organization of Biological Field Stations
191
organization.configured.OSUSB=false
192
organization.name.OSUSB=
193
organization.configured.UCNRS=false
194
organization.name.UCNRS=University of California Natural Reserve System
195
organization.base.UCNRS=ou=people,o=ucnrs.org
196
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
197
organization.password.UCNRS=
198
organization.configured.KU=false
199
organization.name.KU=
200
organization.configured.LTER=false
201
organization.name.LTER=
202
organization.configured.UVM=false
203
organization.name.UVM=
204
organization.configured.SDSC=false
205
organization.name.SDSC=
206
organization.configured.MSU=false
207
organization.name.MSU=
208
organization.configured.NAPIER=false
209
organization.name.NAPIER=
210
organization.configured.SANPARKS=false
211
organization.name.SANPARKS=Kruger National Park
212
organization.configured.SAEON=false
213
organization.name.SAEON=South African Environmental Observation Network Repository
214

    
215
organization.name.unaffiliated=unaffiliated
216
organization.base.unaffiliated=dc=ecoinformatics,dc=org
217
organization.org.unaffiliated=o=unaffiliated
218
organization.user.unaffiliated=cn=Manager
219
organization.password.unaffiliated=
220

    
221
######## XML / EML  #########################################
222

    
223
xml.saxparser=org.apache.xerces.parsers.SAXParser
224
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
225
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
226
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
227
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
228
xml.useFullSchemaValidation=true
229
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
230
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
231
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
232
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
233
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
234
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0
235
xml.indexPaths=                            \
236
	@packageId,                            \
237
	/reviewHistory/review/packageId,       \
238
	abstract,                              \
239
	abstract/para,                         \
240
	access/allow/principal,                \
241
	additionalMetadata/moderatorComment    \
242
	associatedParty/individualName/surName,                           \
243
	associatedParty/organizationName,                                 \
244
	coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName,   \
245
	coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName,     \
246
	coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName,           \
247
	creator/individualName/surName,        \
248
	creator/individualName/givenName,      \
249
	creator/organizationName,              \
250
	dataset/access/allow/principal,        \
251
	dataset/dataTable/physical/distribution/online/url,               \
252
	dataset/dataTable/physical/distribution/online/url/@function,     \
253
	dataset/spatialRaster/physical/distribution/online/url,           \
254
	dataset/spatialRaster/physical/distribution/online/url/@function, \
255
	dataset/title,                         \
256
	eastBoundingCoordinate,                \
257
	eastbc,                                \
258
	EcogridRegEntry/description,           \
259
	EcogridRegEntry/endPoint,              \
260
	EcogridRegEntry/serviceName,           \
261
	entityName,                            \
262
	geographicCoverage/boundingCoordinates/eastBoundingCoordinate,    \
263
	geographicCoverage/boundingCoordinates/northBoundingCoordinate,   \
264
	geographicCoverage/boundingCoordinates/southBoundingCoordinate,   \
265
	geographicCoverage/boundingCoordinates/westBoundingCoordinate,    \
266
	geographicDescription,                 \
267
	givenName,                             \
268
	idinfo/citation/citeinfo/title,        \
269
	idinfo/citation/citeinfo/origin,       \
270
	idinfo/keywords/theme/themekey,        \
271
	individualName/surName,                \
272
	keyword,                               \
273
	literalLayout,                         \
274
	northbc,                               \
275
	northBoundingCoordinate,               \
276
	organizationName,                      \
277
	originator/individualName/surName,     \
278
	originator/individualName/givenName,   \
279
	originator/organizationName,           \
280
	para,                                  \
281
	placekey,                              \
282
	southBoundingCoordinate,               \
283
	southbc,                               \
284
	surName,                               \
285
	taxonomicClassification/taxonRankName,          \
286
	taxonomicClassification/taxonRankValue,         \
287
	taxonRankValue,                        \
288
	title,                                 \
289
	westBoundingCoordinate,                \
290
	westbc
291

    
292
######## Outgoing email  #########################################
293

    
294
email.mailhost=localhost
295
email.sender=knb-software@nceas.ucsb.edu
296
email.admin=KNB Support
297
email.recipient=knb-software@nceas.ucsb.edu
298

    
299
######## Replication properties  #########################################
300

    
301
replication.logdir=
302
## deltaT=60
303
## debuglevel=55
304
replication.datafileflag=datafile
305
## TODO MCD this seems to be used in other placed besides replication
306
replication.datafilesizelimit=1000
307
replication.defaultcontenttype=application/octet-stream
308
replication.timedreplication=false
309
replication.firsttimedreplication=10:00 PM
310
replication.timedreplicationinterval=172800000
311
replication.forcereplicationwaitingtime=30000
312

    
313
######## Skins  #########################################
314

    
315
skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc
316
######## Document Section  #########################################
317

    
318
#The flag to indicate if invalidated eml 201 documents were corrected.
319
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
320
#schema, which accidentily points to wrong version of eml-resource.xsd.
321
#If this value is false, metacat will run a class to correct eml201 doucment.
322
document.eml201DocumentCorrected=true
323
document.sitecode=nceas
324
document.accNumSeparator=.
325
document.accNumPrefix=autogen
326

    
327
######## Harvester section            #########################################
328

    
329
harvester.connectToMetacat=true
330
harvester.delay=0
331
harvester.administrator=name@institution.edu
332
harvester.logPeriod=90
333
harvester.maxHarvests=0
334
harvester.period=24
335
harvester.smtpServer=localhost
336
harvester.GetDocError=Error getting EML document from site,Error
337
harvester.GetDocSuccess=Success getting EML document from site,Debug
338
harvester.GetHarvestListError=Error getting harvest list from site,Error
339
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
340
harvester.HarvesterStartup=Harvester start up,Info
341
harvester.HarvesterShutdown=Harvester shut down,Info
342
harvester.InsertDocError=Error inserting EML document to Metacat,Error
343
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
344
harvester.MetacatHasDoc=Metacat already has this EML document,Info
345
harvester.UpdateDocError=Error updating EML document to Metacat,Error
346
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
347
harvester.ValidateDocError=Error validating EML docoument,Error
348
harvester.ValidateDocSuccess=Success validating EML document,Debug
349
harvester.ValidateHarvestListError=Error validating harvest list,Error
350
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
351

    
352
######## OAI-PMH section              #######################################
353

    
354
oaipmh.maxListSize=5
355
oaipmh.repositoryIdentifier=metacat.lternet.edu
356
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
357
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
358
# Duration of resumption tokens
359
AbstractCatalog.secondsToLive=3600
360
# Choose one of the following two
361
AbstractCatalog.granularity=YYYY-MM-DD
362
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
363
# Custom Identify response values
364
Identify.repositoryName=Metacat OAI-PMH Data Provider
365
Identify.adminEmail=mailto:tech_support@LTERnet.edu
366
Identify.earliestDatestamp=2000-01-01T00:00:00Z
367
Identify.deletedRecord=no
368
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
369
#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/knb/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
370
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
371
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
372
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
373
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
374
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
375

    
376
######## Spatial section              #########################################
377

    
378
spatial.runSpatialOption=true
379
spatial.regenerateCacheOnRestart=true
380
# Comma-seperated list of schemas containing spatial bounding boxes
381
# name corresponds to the docname stored in xml_documents table
382
spatial.spatialDocnameList=eml,fgdc,metadata
383
# XML paths to the four bounding coordinates
384
# These paths must be included in your indexPaths variable in build.properties
385
# Note the naming convention:
386
#   {docname}_{direction}BoundingCoordinatePath=.....
387
# Has not been tested with other schemas besides EML
388
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
389
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
390
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
391
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
392
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
393
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
394
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
395
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
396
spatial.metadata_westBoundingCoordinatePath=westbc
397
spatial.metadata_eastBoundingCoordinatePath=eastbc
398
spatial.metadata_southBoundingCoordinatePath=southbc
399
spatial.metadata_northBoundingCoordinatePath=northbc
400
spatial.docTitle=dataset/title
401

    
402
######## Geoserver section              #######################################
403

    
404
geoserver.loginPostPage=admin/loginSubmit.do
405
geoserver.loginSuccessString=admin/logout.do
406
geoserver.passwordPostPage=config/loginEditSubmit.do
407
geoserver.passwordSuccessString=Data loaded without incident
408
geoserver.applyPostPage=admin/saveToGeoServer.do
409
geoserver.defaultUsername=admin
410
geoserver.defaultPassword=geoserver
411
geoserver.username=
412
geoserver.password=
413

    
414
######## workflowScheduler section              #######################################
415

    
416
workflowScheduler.url=http://indus.msi.ucsb.edu/workflowscheduler/scheduler
417

    
418
######## SiteMap section              #########################################
419

    
420
# relative directory path in which sitemap files should be written
421
## sitemapDirectory=@install-dir@/sitemaps
422

    
423
# Interval (in milliseconds) between rebuilding the sitemap
424
sitemap.interval=86400000
425

    
426
######## Workflow engine section              #########################################
427
executionEngine.endPointAddress=http://localhost:8080/axis2/services/KeplerWebService
428

    
429
######## junit test section  ################
430

    
431
test.printdebug=true
432
test.metacatUrl=http://indus.msi.ucsb.edu/knb/metacat
433
test.contextUrl=http://indus.msi.ucsb.edu/knb
434
test.workflowSchedulerUrl=http://indus.msi.ucsb.edu/workflowscheduler/scheduler
435
test.metacatDeployDir=/usr/local/tomcat/webapps/knb
436
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
437
test.mcPassword=kepler
438
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
439
test.mcAnotherPassword=test
440
test.piscoUser=uid=piscotest,o=PISCO,dc=ecoinformatics,dc=org
441
test.piscoPassword=testPW
442
test.lterUser=uid=tmonkey,o=LTER,dc=ecoinformatics,dc=org
443
test.lterPassword=T3$tusr
444
test.testProperty=testing
445

    
446
######## Developers Section #########################################
447

    
448
# Set dev.runConfiguration to false to keep the system from walking you 
449
# through the configuration utility every time you reinstall metacat.  
450
# Instead,  the system will use backed up configuration values.  If you 
451
# haven't ever configured the app (no backup files) the system will take 
452
# you through the configuration.
453
dev.runConfiguration=true
454

    
(24-24/45)