diff --git a/apps/web/src/environments/environment.dev.ts b/apps/web/src/environments/environment.dev.ts index fd037058f7057ea7153d4a25bfaecff6dfce81aa..67f23ee69d1d6e6c18d1d2a6adc60549bf483922 100644 --- a/apps/web/src/environments/environment.dev.ts +++ b/apps/web/src/environments/environment.dev.ts @@ -1,7 +1,7 @@ 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/' }; diff --git a/apps/web/src/environments/environment.prod.ts b/apps/web/src/environments/environment.prod.ts index e849194a1269f2f2cae2b23471b30b401d0f000c..d411f074726e8c154547c6b121d1b521b8d3c312 100644 --- a/apps/web/src/environments/environment.prod.ts +++ b/apps/web/src/environments/environment.prod.ts @@ -1,7 +1,7 @@ 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/' }; diff --git a/apps/web/src/environments/environment.test.ts b/apps/web/src/environments/environment.test.ts index 8caa1879278c68d2e9ab58df69acca9af10f0bef..83481a19db69c77aae98c53bc307985171d389a7 100644 --- a/apps/web/src/environments/environment.test.ts +++ b/apps/web/src/environments/environment.test.ts @@ -1,7 +1,7 @@ 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/' }; diff --git a/apps/web/src/environments/environment.ts b/apps/web/src/environments/environment.ts index 5dc483908976f1bc1664ed9c322d11bc608a4c24..60bc90785ab183c982f58f8b4f0f447a423d706c 100644 --- a/apps/web/src/environments/environment.ts +++ b/apps/web/src/environments/environment.ts @@ -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/' }; diff --git a/docker.properties b/docker.properties index ef1891d5da1fedd7e73ca439bad6928d37f8f4e0..d6238b371927dea14a9e34ad460b0f76a823bcc6 100644 --- a/docker.properties +++ b/docker.properties @@ -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/