Skip to content

Commit

Permalink
aias 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Dec 3, 2024
1 parent ea00681 commit 0566b32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conf/aias.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ AIRS_S3_ENDPOINT_URL=http://minio:9000

#AIRS_HOST=
AIRS_INDEX_COLLECTION_PREFIX=org.com@airs
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
ARLASEO_MAPPING_URL=https://raw.githubusercontent.com/gisaia/ARLAS-EO/v9/mapping.json
DOWNLOAD_MAPPING_URL=https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.9/downloads_mapping.json

#AIRS_PORT=
#AIRS_PREFIX=
Expand Down
4 changes: 2 additions & 2 deletions 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: $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"
arlaseo_mapping_url: $ARLASEO_MAPPING_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.9/mapping.json"
arlaseo_collection_url: $AIRS_COLLECTION_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.9/collection.json"
4 changes: 2 additions & 2 deletions conf/aias/download_drivers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
arlas_url_search: $ARLAS_URL_SEARCH
arlaseo_mapping_url: $ARLASEO_MAPPING_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.8/mapping.json"
download_mapping_url: $DOWNLOAD_MAPPING_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.8/downloads_mapping.json"
arlaseo_mapping_url: $ARLASEO_MAPPING_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.9/mapping.json"
download_mapping_url: $DOWNLOAD_MAPPING_URL|"https://raw.githubusercontent.com/gisaia/ARLAS-EO/v0.0.9/downloads_mapping.json"

clean_outbox_directory: $CLEAN_DOWNLOAD_OUTBOX_DIR|True
outbox_directory: $APROC_DOWNLOAD_OUTBOX_DIR
Expand Down

0 comments on commit 0566b32

Please sign in to comment.