Revision 5631
Added by berkley about 14 years ago
lib/metacat.properties | ||
---|---|---|
142 | 142 |
|
143 | 143 |
######## Authentication and LDAP ############################################## |
144 | 144 |
|
145 |
#auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
|
145 |
auth.class=edu.ucsb.nceas.metacat.AuthLdap |
|
146 | 146 |
# Use AuthStub to test and guarantee authentication |
147 |
auth.class=edu.ucsb.nceas.metacat.AuthStub |
|
147 |
#auth.class=edu.ucsb.nceas.metacat.AuthStub
|
|
148 | 148 |
auth.timeoutMinutes=180 |
149 | 149 |
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org |
150 | 150 |
auth.administrators= |
... | ... | |
453 | 453 |
# Instead, the system will use backed up configuration values. If you |
454 | 454 |
# haven't ever configured the app (no backup files) the system will take |
455 | 455 |
# you through the configuration. |
456 |
dev.runConfiguration=false
|
|
456 |
dev.runConfiguration=true
|
|
457 | 457 |
|
458 | 458 |
|
459 | 459 |
############# DataONE Section ####################################### |
build.properties | ||
---|---|---|
18 | 18 |
# install ant target uses this to determine where to drop |
19 | 19 |
# the war file in an installation. Test classes will use |
20 | 20 |
# this value to find metacat.properties |
21 |
app.deploy.dir=/Users/berkley/tools/tomcat/webapps |
|
21 |
#app.deploy.dir=/Users/berkley/tools/tomcat/webapps |
|
22 |
app.deploy.dir=/tmp |
|
22 | 23 |
|
23 | 24 |
# CVS access to retrieve latest EML, seek and utilities |
24 | 25 |
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs |
Also available in: Unified diff
fixing files I didn't mean to check in