Project

General

Profile

« Previous | Next » 

Revision 4152

Added by daigle almost 16 years ago

add dev.runConfiguration value

View differences:

lib/metacat.properties
268 268
registry.templates.modResult=
269 269
registry.templates.getReviews=
270 270

  
271

  
272
######## junit test section  ################
273
test.printdebug=true
274
test.metacat.url=http://localhost:8080/knb/metacat
275
test.mcuser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
276
test.mcpassword=kepler
277
test.mcanotheruser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
278
test.mcanotherpassword=test
279
test.piscouser=uid=tao,o=PISCO,dc=ecoinformatics,dc=org/>
280
test.piscopassword=yourpass/>
281
test.lteruser=uid=jtao,o=LTER,dc=ecoinformatics,dc=org/>
282
test.lterpassword=yourpass/>
283

  
271 284
# Replication properties
272 285

  
273 286
deltaT=60
......
326 339
#delimitered text output file name where debug info will be written
327 340
delimiteredOutputFile=/tmp/metacat.debug.delimitered
328 341

  
329
######## junit test section  ################
330
# junittesturl=@systemidserver@@servlet-path@
331
test.printdebug=false
332
test.metacat.url=http://localhost:8080/knb/metacat
333
test.mcuser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
334
test.mcpassword=kepler
335
test.mcanotheruser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
336
test.mcanotherpassword=test
337
test.piscouser=uid=tao,o=PISCO,dc=ecoinformatics,dc=org/>
338
test.piscopassword=yourpass/>
339
test.lteruser=uid=jtao,o=LTER,dc=ecoinformatics,dc=org/>
340
test.lterpassword=yourpass/>
341

  
342 342
######## Harvester section            #########################################
343 343
connectToMetacat=true
344 344

  
......
421 421
# Interval (in milliseconds) between rebuilding the sitemap
422 422
sitemapInterval=86400000
423 423

  
424
######## Developers Section #########################################
425

  
426
# Set dev.runConfiguration to false to keep the system from walking you 
427
# through the configuration utility every time you reinstall metacat.  
428
# Instead,  the system will use backed up configuration values.  If you 
429
# haven't ever configured the app (no backup files) the system will take 
430
# you through the configuration.
431
dev.runConfiguration=true
432

  

Also available in: Unified diff