-
Notifications
You must be signed in to change notification settings - Fork 1
ExternalConfiguration
linaizhong edited this page Nov 13, 2014
·
1 revision
External config can be specified with a simple properties file at /data/regions/config/regions-config.properties. The following configuration values can be overridden:
| key | default | use |
|---|---|---|
| bie.baseURL | http://bie.ala.org.au | the base url for the bie app |
| biocache.baseURL | http://biocache.ala.org.au | the base url for the biocache app |
| spatial.layers.service.url | spatial.ala.org.au/ws | the base url for the spatial services |
| actions.baseURL | http://spatial.ala.org.au/actions | the base url for the common ui components |
| ala.baseURL | http://www.ala.org.au | the base url for the main Atlas webapp |
| headerAndFooter.baseURL | http://www2.ala.org.au/commonui | the base url for the common ui components |
Be careful of the trailing slashes in urls. These are not consistent. Always replace like with like.
An example config file is:
biocache.baseURL=http://biocache.ala.org.au
Documentation
- Getting started
- ALA Spatial Portal
- Introduction
- ALA Spatial Portal UI
- ALA Spatial Analysis Service
- ALA Spatial Layers Service
- ALA Spatial Actions
- Production Environment
- Testing Sequence
- System documentation
- webportal
- alaspatial
- layers-service
- layers-store
- local file
- layers database
- geoserver
- Geonetwork and ANZMET Lite
Additional Technical Information