# # Copyright (C) 2017 CS ROMANIA # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free # Software Foundation; either version 3 of the License, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. # server.port = 8081 spring.datasource.url=jdbc:postgresql://localhost:5432/sen2agri?stringtype=unspecified spring.datasource.username=admin spring.datasource.password=sen2agri log.level=WARNING ########################### ## Data sources credentials SciHubDataSource.username=uasis2019 SciHubDataSource.password=1qazxsw2 USGSDataSource.username=uasis2019 USGSDataSource.password=1qazxsw2 AWSDataSource.username=Asaf AWSDataSource.password=ahmet2014 ################################################ ## Data sources default purposes ## 1 = query, 2 = download, 3 = query & download SciHubDataSource.Sentinel1.scope=3 SciHubDataSource.Sentinel2.scope=1 AWSDataSource.Sentinel2.scope=2 ## If the local_archive_path is set, the specified local repository will be used for downloading products AWSDataSource.Sentinel2.local_archive_path=/mnt/archive/dwn_def/s2/default ## 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=3 USGSDataSource.Landsat8.scope=3 AWSDataSource.Landsat8.scope=2 SciHubDataSource.Sentinel1.enabled=false SciHubDataSource.Sentinel2.enabled=true AWSDataSource.Sentinel2.enabled=true USGSDataSource.Landsat8.enabled=true AWSDataSource.Landsat8.enabled=true