Skip to content
Snippets Groups Projects
Commit 0ff07af6 authored by Robert Butora's avatar Robert Butora
Browse files

docker/soda: changes Settings::fits_path_surveys default value to /srv/datasets

parent 43ba3770
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ class Settings ...@@ -133,7 +133,7 @@ class Settings
private static FITSPaths loadFITSPaths(Properties properties) private static FITSPaths loadFITSPaths(Properties properties)
{ {
FITSPaths fitspaths = new FITSPaths(); FITSPaths fitspaths = new FITSPaths();
fitspaths.FITSpath = properties.getProperty("fits_path_surveys", "/srv/surveys").strip(); fitspaths.FITSpath = properties.getProperty("fits_path_surveys", "/srv/datasets").strip();
fitspaths.FITScutpath = properties.getProperty("fits_path_cutouts", "/srv/cutouts").strip(); fitspaths.FITScutpath = properties.getProperty("fits_path_cutouts", "/srv/cutouts").strip();
fitspaths.FITSRemoteUrlCutouts = properties.getProperty("fits_url_cutouts", "").strip(); fitspaths.FITSRemoteUrlCutouts = properties.getProperty("fits_url_cutouts", "").strip();
fitspaths.surveysMetadataAbsPathname = properties.getProperty("surveys_metadata_abs_pathname", "").strip(); fitspaths.surveysMetadataAbsPathname = properties.getProperty("surveys_metadata_abs_pathname", "").strip();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment