Revision 4215
Added by daigle over 16 years ago
lib/metacat.properties | ||
---|---|---|
253 | 253 |
cgi-user=@cgi-user@ |
254 | 254 |
|
255 | 255 |
# TODO SCW should obfs still be the default? |
256 |
registry.config.scope=obfs |
|
256 |
#registry.config.scope=obfs
|
|
257 | 257 |
# TODO SCW remove these two properties, rely instead on the skin config |
258 | 258 |
# PASSWORD ONLY USED IN ESA SKIN |
259 |
registry.config.username=uid=knbadmin,o=NCEAS,dc=ecoinformatics,dc=org |
|
260 |
registry.config.password=your-pw-goes-here |
|
261 |
registry.config.site=station |
|
262 |
registry.config.type=Registry |
|
263 |
registry.config.publicReadable=true |
|
259 |
#registry.config.username=uid=knbadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
|
260 |
#registry.config.password=your-pw-goes-here
|
|
261 |
#registry.config.site=station
|
|
262 |
#registry.config.type=Registry
|
|
263 |
#registry.config.publicReadable=true
|
|
264 | 264 |
# TODO SCW push this out to skin.properties, ONLY true IN ESA SKIN |
265 |
registry.config.adminIsDocOwner=false |
|
266 |
registry.config.organization= |
|
267 |
registry.config.abbrev= |
|
268 |
registry.config.debug=false |
|
265 |
#registry.config.adminIsDocOwner=false
|
|
266 |
#registry.config.organization=
|
|
267 |
#registry.config.abbrev=
|
|
268 |
#registry.config.debug=false
|
|
269 | 269 |
# registry modules: parts of the form we should be display |
270 |
registry.modules.taxonomic=true |
|
271 |
registry.modules.method=true |
|
272 |
registry.modules.spatial=true |
|
273 |
registry.modules.keyword=true |
|
274 |
registry.modules.temporal=true |
|
275 |
registry.modules.upload=false |
|
270 |
#registry.modules.taxonomic=true
|
|
271 |
#registry.modules.method=true
|
|
272 |
#registry.modules.spatial=true
|
|
273 |
#registry.modules.keyword=true
|
|
274 |
#registry.modules.temporal=true
|
|
275 |
#registry.modules.upload=false
|
|
276 | 276 |
# skin-specific display settings |
277 |
registry.required.siteList=true |
|
278 |
registry.required.wgList=false |
|
279 |
registry.required.organization=true |
|
280 |
registry.required.temporal=true |
|
281 |
registry.required.spatial=true |
|
282 |
registry.required.contactEmail=false |
|
277 |
#registry.required.siteList=true
|
|
278 |
#registry.required.wgList=false
|
|
279 |
#registry.required.organization=true
|
|
280 |
#registry.required.temporal=true
|
|
281 |
#registry.required.spatial=true
|
|
282 |
#registry.required.contactEmail=false
|
|
283 | 283 |
registry.templates.response=genericResponse.tmpl |
284 | 284 |
registry.templates.entry=entryForm.tmpl |
285 | 285 |
registry.templates.guide=genericGuide.tmpl |
Also available in: Unified diff
Comment out skins registry properties