# # 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. # # You should have received a copy of the GNU General Public License along # with this program; if not, see http://www.gnu.org/licenses/ # server.port = 8081 spring.datasource.url=jdbc:postgresql://localhost:5432/sen2agri?stringtype=unspecified spring.datasource.username=admin spring.datasource.password=sen2agri log.level=FINER ########################### ## Data sources credentials SciHubDataSource.username=jan.semrad SciHubDataSource.password=Semcom76 USGSDataSource.username=jansemrad USGSDataSource.password=Semcom76 ################################################ ## 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/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