Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ad84ab3

Browse files
committed
upgrade and fix sds service and configs
1 parent 8c8e32e commit ad84ab3

File tree

6 files changed

+11
-1561
lines changed

6 files changed

+11
-1561
lines changed

config/sds-config.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ name.index.dir=/data/lucene/namematching
2121
sandbox.url=https://sandbox.bioatlas.se
2222
layers.service.url=https://spatial.bioatlas.se/ws
2323
list.tool.url=https://lists.bioatlas.se
24-
sample.fields=
25-
sds.spatial.layers=
24+
sample.fields=cl10038
25+
sds.spatial.layers=cl10038
2626
app.dataDir=/tmp/gbif-ecat
2727

2828
skin.layout=generic

sds/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ COPY sds-webapp.war $CATALINA_HOME/webapps/ROOT.war
1414

1515
COPY sds-files/sensitivity-categories.xml /data/sds/sensitivity-categories.xml
1616
COPY sds-files/sensitivity-zones.xml /data/sds/sensitivity-zones.xml
17-
COPY sds-files/sensitive-species.xml /data/sds/sensitive-species.xml
17+
#COPY sds-files/sensitive-species.xml /data/sds/sensitive-species.xml
18+
COPY sds-files/legacy-sds-config.properties /data/sds/sds-config.properties
1819

1920
ENV \
2021
BUILD_DEPS="gettext" \
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
zone-data=file:///data/sds/sensitivity-zones.xml
2+
species-data=file:///data/sds/sensitive-species.xml
3+
category-data=file:///data/sds/sensitivity-categories.xml
4+
namematching-index=/data/lucene/namematching

0 commit comments

Comments
 (0)