Services.properties Config File Different Than Others

Hello,

I noticed while looking at some other forum posts that people have different config files than I do. For example, in this post: (https://forum.esa-sen2agri.org/t/sentinel2-product-download-problem-and-sen2agri-services-properties-config-error/331), he clearly shows the settings that I actually need in order to setup AWS as a data source. But when I check my config file, I have none of those options - even for the pre-defined data sources. Is it as simple as adding them in? If so, is there a list of possible attributes somewhere? I see them in the SUM - but I feel like it’s outdated because my file is setup differently.

My file path is: /usr/share/sen2agri/sen2agri-services/config/services.properties

The config file of the poster above:

config/sen2agri-services.properties
//## Data sources default purposes
//## 1 = query, 2 = download, 3 = query & download
SciHubDataSource.Sentinel1.scope=3
SciHubDataSource.Sentinel2.scope=3
#AWSDataSource.Sentinel2.scope=3

//## If the local_archive_path is set, the specified local repository will be used for downloading products
//## AWSDataSource.Sentinel2.local_archive_path=/mnt/archive/test/Local_Store_Test/local_repository
//## Possible values for fetch_mode
//## 1 = OVERWRITE, 2 = RESUME, 3 = COPY, 4 = SYMLINK
//## 3 or 4 to be set if local_archive_path is set to a repository like /eodata/…
AWSDataSource.Sentinel2.fetch_mode=1
USGSDataSource.Landsat8.scope=3
AWSDataSource.Landsat8.scope=2

SciHubDataSource.Sentinel1.enabled=true
SciHubDataSource.Sentinel2.enabled=true
AWSDataSource.Sentinel2.enabled=true
USGSDataSource.Landsat8.enabled=true
AWSDataSource.Landsat8.enabled=false

AWSDataSource.Sentinel2.usePadding=true
AWSDataSource.Landsat8.usePadding=true

My config file:

server.port = 8080
spring.datasource.url=jdbc:postgresql://localhost:5432/sen4cap?stringtype=unspecified
spring.datasource.username=admin
spring.datasource.password=sen2agri

plugins.use.docker = true
#GDAL docker container if plugins.use.docker=true. Uncomment and change if different than geodata/gdal (default)
docker.gdal.image = osgeo/gdal

#SNAP 8 docker container
snap.use.docker = false
docker.snap.image = sen4cap/snap

#SNAP 8 ASTER DEM
snap.dem.location = /mnt/archive/dem/SRTM 1Sec HGT
#snap.dem.location = /mnt/archive/dem/ASTER_Northern_Europe/
snap.home.location = /mnt/archive/snap_tmp/

#OTB 7.2 docker container
otb.use.docker = true
docker.otb.image = sen4cap/otb

##################################################################
##Datatabase configuration polling (in minutes). 0 means disabled
database.config.polling=0
SciHubDataSource.Sentinel1.auto.uncompress=false
##IMPORTANT NOTE: if value for key “downloader.use.esa.l2a” is set to true in the config table, this value should be set on true
SciHubDataSource.Sentinel2.auto.uncompress=true
##What to do if, in local archive mode, a product is not found
##Possible values are: none|download
SciHubDataSource.Sentinel2.local.missing.action=download

################################################
##Path formats for various DIAS platforms
##WARNING: use yyyy instead of YYYY for year, as the latter is the format for Week-Year and may produce unexpected results

##CREODIAS
#SciHubDataSource.Sentinel1.local_archive_path=/eodata/Sentinel-1/SAR/SLC
#SciHubDataSource.Sentinel1.local.archive.path.format = yyyy/MM/dd
#SciHubDataSource.Sentinel1.path.suffix = .SAFE
#SciHubDataSource.Sentinel1.product.format = folder

#SciHubDataSource.Sentinel2.local_archive_path=/eodata/Sentinel-2/MSI/L1C
#SciHubDataSource.Sentinel2.local.archive.path.format = yyyy/MM/dd
#SciHubDataSource.Sentinel2.path.suffix = .SAFE
#SciHubDataSource.Sentinel2.product.format = folder

#CreoDiasDataSource.Sentinel1.path.suffix = .SAFE
#CreoDiasDataSource.Sentinel1.product.format = folder
#CreoDiasDataSource.Sentinel2.path.suffix = .SAFE
#CreoDiasDataSource.Sentinel2.product.format = folder

##Sobloo DIAS
#SciHubDataSource.Sentinel1.path.builder.class = org.esa.sen2agri.dias.sobloo.Sentinel1PathBuilder
#SciHubDataSource.Sentinel1.local.archive.path.format = S1B/IW/SLC
#SciHubDataSource.Sentinel1.path.suffix = none
#SciHubDataSource.Sentinel1.product.format = folder
#SciHubDataSource.Sentinel2.path.builder.class = org.esa.sen2agri.dias.sobloo.Sentinel2PathBuilder
#SciHubDataSource.Sentinel2.local.archive.path.format = UU/L/SS/
#SciHubDataSource.Sentinel2.path.suffix = SAFE
#SciHubDataSource.Sentinel2.product.format = folder
#USGSDataSource.Landsat8.path.builder.class = org.esa.sen2agri.dias.sobloo.Landsat8PathBuilder
#USGSDataSource.Landsat8.local.archive.path.format = PPP/RRR/yyyy/MM
#USGSDataSource.Landsat8.path.suffix = none
#USGSDataSource.Landsat8.product.format = tar_gz

##MUNDI DIAS
#SciHubDataSource.Sentinel1.path.builder.class = org.esa.sen2agri.dias.mundi.Sentinel1PathBuilder
#SciHubDataSource.Sentinel1.local.archive.path.format = s1-l1-slc-yyyy-qq/yyyy/MM/dd/IW/DV
#SciHubDataSource.Sentinel1.path.suffix = none
#SciHubDataSource.Sentinel1.product.format = zip
#SciHubDataSource.Sentinel2.path.builder.class = org.esa.sen2agri.dias.mundi.Sentinel2PathBuilder
#SciHubDataSource.Sentinel2.local.archive.path.format = s2-l1c-yyyy-qq/UU/L/SS/yyyy/MM/dd
#SciHubDataSource.Sentinel2.path.suffix = none
#SciHubDataSource.Sentinel2.product.format = folder
#USGSDataSource.Landsat8.path.builder.class = org.esa.sen2agri.dias.mundi.Landsat8PathBuilder
#USGSDataSource.Landsat8.local.archive.path.format = PPP/RRR/yyyy/MM
#USGSDataSource.Landsat8.path.suffix = none
#USGSDataSource.Landsat8.product.format = tar_gz

##ONDA DIAS
#SciHubDataSource.Sentinel1.path.builder.class = org.esa.sen2agri.dias.onda.Sentinel1PathBuilder
#SciHubDataSource.Sentinel1.local.archive.path.format = yyyy/MM/dd
#SciHubDataSource.Sentinel1.path.suffix = .SAFE
#SciHubDataSource.Sentinel1.product.format = folder
#SciHubDataSource.Sentinel2.path.builder.class = org.esa.sen2agri.dias.onda.Sentinel2PathBuilder
#SciHubDataSource.Sentinel2.local.archive.path.format = yyyy/MM/dd
#SciHubDataSource.Sentinel2.path.suffix = .SAFE
#SciHubDataSource.Sentinel2.product.format = folder
#USGSDataSource.Landsat8.path.builder.class = org.esa.sen2agri.dias.onda.Landsat8PathBuilder
#USGSDataSource.Landsat8.local.archive.path.format = yyyy/MM/dd
#USGSDataSource.Landsat8.path.suffix = .tar
#USGSDataSource.Landsat8.product.format = folder

################################################
##Forced parameters - uncomment to instruct services to process only the given site ID
#ScheduleManager.forced.site = 126