Skip to content

Commit

Permalink
ARLASEO_MAPPING_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Nov 28, 2024
1 parent 633285c commit 99d6c20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion conf/aias.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ AIRS_S3_ENDPOINT_URL=http://minio:9000

#AIRS_HOST=
AIRS_INDEX_COLLECTION_PREFIX=org.com@airs
#AIRS_MAPPING_URL=
ARLASEO_MAPPING_URL=https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.8/mapping.json
DOWNLOAD_MAPPING_URL=https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.8/downloads_mapping.json

#AIRS_PORT=
#AIRS_PREFIX=
#AIRS_S3_PLATFORM=
Expand Down
2 changes: 1 addition & 1 deletion conf/aias/airs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ s3:
# if you don't use aws s3, then please prov
endpoint_url: $AIRS_S3_ENDPOINT_URL

arlaseo_mapping_url: $AIRS_MAPPING_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.8/mapping.json"
arlaseo_mapping_url: $ARLASEO_MAPPING_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.8/mapping.json"
arlaseo_collection_url: $AIRS_COLLECTION_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.8/collection.json"
2 changes: 1 addition & 1 deletion dc/ref-dc-aias-airs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- AIRS_INDEX_LOGIN=${ELASTIC_USER}
- AIRS_INDEX_PWD=${ELASTIC_PASSWORD}
- AIRS_LOGGER_LEVEL=${AIRS_LOGGER_LEVEL}
- AIRS_MAPPING_URL=${AIRS_MAPPING_URL:-/app/conf/mapping.json}
- ARLASEO_MAPPING_URL=${ARLASEO_MAPPING_URL:-/app/conf/mapping.json}
- AIRS_PORT=${AIRS_PORT:-8000}
- AIRS_PREFIX=${AIRS_PREFIX:-/airs}
- AIRS_S3_ACCESS_KEY_ID=${AIRS_S3_ACCESS_KEY_ID}
Expand Down

0 comments on commit 99d6c20

Please sign in to comment.