Skip to content
Snippets Groups Projects
Commit 9e524b0d authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

correcting locator service url for local use

parent 3760030d
No related branches found
No related tags found
1 merge request!320correcting locator service url for local use
Pipeline #2084 passed
export const environment = {
production: true,
// archive search services
apiUrl: 'https://webtest.aoc.nrao.edu/archiveServices/',
apiUrl: 'https://webtest.aoc.nrao.edu/archive-services/',
// workspace services
workspacesUrl: 'https://ws-dev.nrao.edu/'
};
export const environment = {
production: true,
// archive search services
apiUrl: 'https://webtest.aoc.nrao.edu/archiveServices/',
apiUrl: 'https://webtest.aoc.nrao.edu/archive-services/',
// workspace services
workspacesUrl: 'http://localhost:3457/'
};
export const environment = {
production: true,
// archive search services
apiUrl: 'https://webtest.aoc.nrao.edu/archiveServices/',
apiUrl: 'https://webtest.aoc.nrao.edu/archive-services/',
// workspace services
workspacesUrl: 'http://shipman.aoc.nrao.edu:3457/'
};
......@@ -5,7 +5,7 @@
export const environment = {
production: false,
// archive search services
apiUrl: 'https://webtest.aoc.nrao.edu/archiveServices/',
apiUrl: 'https://webtest.aoc.nrao.edu/archive-services/',
// workspace services
workspacesUrl: 'http://localhost:3457/'
};
......
......@@ -52,7 +52,7 @@ edu.nrao.archive.workspaces.DeliverySettings.standardImageDelivery = /lustre/aoc
#
edu.nrao.archive.workflow.config.DataFetcherSettings.ramInGb = 16
edu.nrao.archive.workflow.config.DataFetcherSettings.clusterTimeout = 01:00:00:00
edu.nrao.archive.datafetcher.DataFetcherSettings.locatorServiceUrlPrefix = https://webtest.aoc.nrao.edu/archiveServices/location?locator
edu.nrao.archive.datafetcher.DataFetcherSettings.locatorServiceUrlPrefix = https://webtest.aoc.nrao.edu/archive-services/location?locator
edu.nrao.archive.datafetcher.DataFetcherSettings.defaultThreadsPerHost = 4
edu.nrao.archive.datafetcher.DataFetcherSettings.executionSite = local_test
edu.nrao.archive.datafetcher.DataFetcherSettings.downloadDirectory=/tmp/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment