Project

General

Profile

« Previous | Next » 

Revision 5401

Added by berkley over 14 years ago

reverting accidentally committed changes

View differences:

metacat.properties
14 14

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

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

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

  
50 50
database.connectionURI=jdbc:postgresql://localhost/metacat
51
database.user=berkley
51
database.user=
52 52
database.password=
53 53
database.type=
54 54
database.driver=
......
138 138

  
139 139
######## Authentication and LDAP ##############################################
140 140

  
141
auth.class=edu.ucsb.nceas.metacat.AuthStub
141
auth.class=edu.ucsb.nceas.metacat.AuthLdap
142 142
# Use AuthStub to test and guarantee authentication
143 143
## auth.class=edu.ucsb.nceas.metacat.AuthStub
144 144
auth.timeoutMinutes=180
......
374 374

  
375 375
######## Spatial section              #########################################
376 376

  
377
spatial.runSpatialOption=false
377
spatial.runSpatialOption=true
378 378
spatial.regenerateCacheOnRestart=true
379 379
# Comma-seperated list of schemas containing spatial bounding boxes
380 380
# name corresponds to the docname stored in xml_documents table
......
428 428
######## junit test section  ################
429 429

  
430 430
test.printdebug=true
431
test.metacatUrl=http://slickrock.local:8080/knb/metacat
432
test.contextUrl=http://slickrock.local:8080/knb
433
test.workflowSchedulerUrl=http://slickrock.local:8080/workflowscheduler/scheduler
434
test.metacatDeployDir=/Users/berkley/tools/tomcat/webapps/knb
431
test.metacatUrl=http://indus.msi.ucsb.edu/knb/metacat
432
test.contextUrl=http://indus.msi.ucsb.edu/knb
433
test.workflowSchedulerUrl=http://indus.msi.ucsb.edu/workflowscheduler/scheduler
434
test.metacatDeployDir=/usr/local/tomcat/webapps/knb
435 435
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
436 436
test.mcPassword=kepler
437 437
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
......
449 449
# Instead,  the system will use backed up configuration values.  If you 
450 450
# haven't ever configured the app (no backup files) the system will take 
451 451
# you through the configuration.
452
dev.runConfiguration=false
452
dev.runConfiguration=true
453 453

  

Also available in: Unified diff