diff --git a/conf/aias.env b/conf/aias.env index d460e95..85f0926 100644 --- a/conf/aias.env +++ b/conf/aias.env @@ -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= diff --git a/conf/aias/airs.yaml b/conf/aias/airs.yaml index 65cf0f4..89706ae 100644 --- a/conf/aias/airs.yaml +++ b/conf/aias/airs.yaml @@ -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" diff --git a/conf/aias/download_drivers.yaml b/conf/aias/download_drivers.yaml index 3b4cea6..5a1f848 100644 --- a/conf/aias/download_drivers.yaml +++ b/conf/aias/download_drivers.yaml @@ -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