Revision 3388
Added by Jing Tao over 17 years ago
lib/style/skins/nceas/nceas.cfg | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# General configuration parameters |
3 | 3 |
# |
4 |
metacatUrl = http://@server@@servlet-path@ |
|
4 |
metacatUrl = http://@httpserver@@servlet-path@
|
|
5 | 5 |
username = uid=nceasadmin,o=NCEAS,dc=ecoinformatics,dc=org |
6 | 6 |
password = your-pw-goes-here |
7 | 7 |
ldapUrl=@ldapUrl@ |
... | ... | |
33 | 33 |
hasSpatial = 'true' |
34 | 34 |
hasKeyword = 'true' |
35 | 35 |
hasTemporal = 'true' |
36 |
nceas_db = prd8.nceas.ucsb.edu
|
|
36 |
nceas_db = //hyperion.nceas.ucsb.edu:1521/nceasd.nceas.ucsb.edu
|
|
37 | 37 |
nceas_db_user = admowner |
38 | 38 |
nceas_db_password = your-pw-goes-here |
Also available in: Unified diff
Change the token from server to httpserver in case https is not set (server has the https port). And also change the nceas_db name).